Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@polkadot/wasm-crypto

Package Overview
Dependencies
Maintainers
1
Versions
565
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/wasm-crypto - npm Package Compare versions

Comparing version 0.13.0-beta.2 to 0.13.0-beta.3

wasm_asm_stub.js

9

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc