cardano-crypto.js
Advanced tools
Comparing version 3.1.1 to 3.1.2
var Module = require('./lib.js') | ||
var bip39 = require('bip39') | ||
var bip39 = require('bip39-light') | ||
@@ -4,0 +4,0 @@ function validateDerivationMode(input) { |
{ | ||
"name": "cardano-crypto.js", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "input-output-hk/cardano-crypto compiled to pure javascript using Emscripten", | ||
@@ -29,4 +29,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"bip39": "^2.5.0" | ||
"bip39-light": "^1.0.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
244023
+ Addedbip39-light@^1.0.3
+ Addedbip39-light@1.0.7(transitive)
- Removedbip39@^2.5.0
- Removedbip39@2.6.0(transitive)
- Removedrandombytes@2.1.0(transitive)
- Removedunorm@1.6.0(transitive)