@artlab/crypto
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "@artlab/crypto", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "The missing crypto module for Node.js. It provides you with a consistent interface across Node.js and the browser.", | ||
@@ -40,3 +40,3 @@ "main": "index.js", | ||
"@artlab/bufio": "^1.0.4", | ||
"bcrypto": "git+https://github.com/bcoin-org/bcrypto.git" | ||
"bcrypto": "github:bcoin-org/bcrypto" | ||
}, | ||
@@ -51,4 +51,4 @@ "devDependencies": { | ||
"@types/lodash": "^4.14.157", | ||
"@types/mocha": "^7.0.2", | ||
"@types/node": "^14.0.22", | ||
"@types/mocha": "^8.0.0", | ||
"@types/node": "^14.0.23", | ||
"chalk": "^4.1.0", | ||
@@ -60,4 +60,4 @@ "cpx": "^1.5.0", | ||
"np": "^6.3.2", | ||
"ora": "^4.0.4", | ||
"typescript": "^3.9.6" | ||
"ora": "^4.0.5", | ||
"typescript": "^3.9.7" | ||
}, | ||
@@ -64,0 +64,0 @@ "keywords": [ |
@@ -8,1 +8,7 @@ # @artlab/crypto | ||
> interface across Node.js and the browser. | ||
## Installation | ||
```bash | ||
$ npm i @artlab/crypto | ||
``` |
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
452158
14