cardano-crypto.js
Advanced tools
Comparing version 3.1.6 to 3.1.7
@@ -1,4 +0,8 @@ | ||
var Module = require('./lib.js') | ||
var bip39 = require('bip39-light') | ||
var Module = require('./lib.js') | ||
var crc32 = require('./utils/crc32') | ||
var base58 = require('./utils/base58') | ||
function validateDerivationMode(input) { | ||
@@ -445,2 +449,4 @@ if (input !== 1 && input !== 2) { | ||
cardanoMemoryCombine, | ||
base58, | ||
crc32, | ||
} |
{ | ||
"name": "cardano-crypto.js", | ||
"version": "3.1.6", | ||
"version": "3.1.7", | ||
"description": "input-output-hk/cardano-crypto compiled to pure javascript using Emscripten", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
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
248041
8
1464