@polkadot/wasm-crypto
Advanced tools
Comparing version 0.13.0-beta.2 to 0.13.0-beta.3
{ | ||
"name": "@polkadot/wasm-crypto", | ||
"version": "0.13.0-beta.2", | ||
"version": "0.13.0-beta.3", | ||
"author": "Jaco Greeff <jacogr@gmail.com>", | ||
"files": [ | ||
"asm.js", | ||
"crypto-polyfill.js", | ||
@@ -14,5 +13,9 @@ "exports.js", | ||
"wasm_asm.js", | ||
"wasm_bg.js", | ||
"wasm_asm_stub.js", | ||
"wasm_promise.js", | ||
"wasm_wasm.js" | ||
], | ||
"react-native": { | ||
"./wasm_asm_stub.js": "./wasm_asm.js" | ||
}, | ||
"main": "index.js", | ||
@@ -19,0 +22,0 @@ "types": "index.d.ts", |
@@ -788,3 +788,3 @@ const crypto = require('crypto'); let wasm; const requires = { crypto }; | ||
const createPromise = require('./wasm_bg'); | ||
const createPromise = require('./wasm_promise'); | ||
const wasmPromise = createPromise().catch(() => null); | ||
@@ -791,0 +791,0 @@ |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1
1
5752239
3966