feat(typescript): Removed typescript and audited dependencies

This commit is contained in:
Chris Troutner
2019-05-28 18:21:47 -07:00
parent b9d8f745c4
commit 8e527fa876
+6 -5
View File
@@ -19,14 +19,9 @@ https://www.youtube.com/watch?v=o0FfW5rZPFs
Since this repo is being worked on by one person, as a hobby, updates will be
slow. But the road map I have planned is as follows:
- Remove TypeScript and any other compiled languages, converting the repository
to standard ES8 JavaScript.
- Replace the requirement for Insight API with Blockbook API for address and
utxo based calls.
- Audit all npm dependencies and try to fix/remove any vulnerabilities.
- Remove rate limiting
- Setup automated dependency management through Greenkeeper, and automated
@@ -38,6 +33,12 @@ continuous-release with semantic versioning through Semantic Release.
- Add end-to-end tests.
## Features
The following features have been implemented:
- Typescript removed and ES8 JavaScript used instead.
- npm audit run on all depedencies.
----
## REST