Commit Graph

16 Commits

Author SHA1 Message Date
Tim Akinbo
92cfe4342c
bump version to v0.2.5 (#63)
Some checks failed
Run Tests / run-test (push) Has been cancelled
Run Tests / coverage-check (push) Has been cancelled
Run Tests / lint-check (push) Has been cancelled
Run Tests / format-check (push) Has been cancelled
2021-05-11 15:34:54 +00:00
Andrew Camilleri
18f99d0958
Bump packages and run formatter (#62) 2021-05-11 15:03:09 +00:00
Tim Akinbo
65618dc27e
update dependencies to resolve vulnerable packages (#54) 2021-02-03 11:03:47 +00:00
Jonathan Underwood
b99ba5409b
Docker for testing (#42) 2021-02-02 16:20:50 +00:00
Tim Akinbo
7f18735ee1
dedupe and bump version to 0.2.4 (#30) 2019-09-27 22:05:00 +00:00
junderw
5f1b9357d5
Fix package.json 2019-08-30 23:39:10 +09:00
nicolas.dorier
d2020e83b8
Update ESLint 2019-08-30 23:12:18 +09:00
Tim Akinbo
564385d1ba
bump to v0.2.3 after fixing CVE-2019-10744 (#22) 2019-07-14 10:39:10 +00:00
junderw
6c370218c2
Add browser scraping to get pairing code 2019-05-21 09:57:25 +09:00
junderw
c506084a41
Add tests (Need pairingcode fix) 2019-05-21 09:57:25 +09:00
Jonathan Underwood
095114ede8 Add git repo (#18)
* Add Github link to package.json

* 0.2.2
2019-05-20 15:01:50 +00:00
Tim Akinbo
7b7d81f7e9
fix documentation (#17)
* fix installation instructions

* bump version to 0.2.1
2019-05-17 03:45:42 +00:00
Jonathan Underwood
69dc50dfdc Fix TS (#15)
* Fix TS stuff

* single quote + trailing commas for tests folder

* Specific for includes... allow for ts testing later

* Export Invoice and Rate interfaces to library user

* Use prepare

* test checks format and lint
2019-05-17 02:59:33 +00:00
Christoph Ott
b102037cf8 Typescript (#13)
* Keymanagment: new Buffer() is deprecated, use new Buffer.from() instead

Also, you only generate your initial keypair once, so every time you use the key in your app, it is not derived, from the previously keypair var, but e.g. from environment variables

* Docs: Make easier to understand, use ES6 Javascript

* added invoices api

* added semicolon and replaced lets to const

* updated only slightly for still using javascript but linted with eslint

* reworked code to typescript with async await support

* going on with ts refactoring

* going on with ts refactoring

* going on with ts refactoring

* adde sample code

* fix for typescript

* using request-promise again

* Fix: removed not needed interface
2019-05-16 00:13:24 +00:00
Daniel Lutz
84832111cb Fix duplicated code in docs, fix get_rates, update .gitignore, use native Promises, remove unused bn.js node module (#6)
* Docs: Fix duplicated code

Make use of keypair variable

* Update .gitignore to include packag-lock.json

This file should be commited:
https://docs.npmjs.com/files/package-lock.json

Also added some general gitignores

* Docs: Log the keypair after generating

* Remove unused bn.js node module

* Use native Javascript Promises instead of bluebird

* Fix get_rates method by applying store_id to the requests params

This basically reverts commit 0aae9b69bd

* Add newline char to gitignore
2018-10-31 13:05:07 +00:00
Tim Akinbo
a854f3a096
initial version 2018-04-16 18:05:21 +00:00