cardano-crypto.js
Advanced tools
Comparing version 3.1.5 to 3.1.6
@@ -294,3 +294,3 @@ var Module = require('./lib.js') | ||
var inputLen = inputs[i].length | ||
inputArrPtr = Module._malloc(inputLen) | ||
var inputArrPtr = Module._malloc(inputLen) | ||
var inputArr = new Uint8Array(Module.HEAPU8.buffer, inputArrPtr, inputLen) | ||
@@ -297,0 +297,0 @@ |
{ | ||
"name": "cardano-crypto.js", | ||
"version": "3.1.5", | ||
"version": "3.1.6", | ||
"description": "input-output-hk/cardano-crypto compiled to pure javascript using Emscripten", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
244027