Comparing version 0.1.5 to 0.1.6
@@ -591,3 +591,3 @@ 'use strict'; | ||
const Module = { | ||
wasmBinaryFile: path.join(__dirname, `/${name}.wasm`) | ||
locateFile: baseName => { return path.join(__dirname, baseName) } | ||
} | ||
@@ -594,0 +594,0 @@ js(Module) |
{ | ||
"name": "mcl-wasm", | ||
"version": "0.1.5", | ||
"description": "mcl ; A generic and fast pairing-based cryptography library for Node.js by WebAssembly", | ||
"version": "0.1.6", | ||
"description": "mcl ; A portable and fast pairing-based cryptography library for Node.js by WebAssembly", | ||
"main": "mcl.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -22,3 +22,4 @@ 'use strict' | ||
} catch (e) { | ||
console.log(`e=${e}`) | ||
console.log(`TEST FAIL ${e}`) | ||
assert(false) | ||
} | ||
@@ -25,0 +26,0 @@ }) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
3565310
2439