Socket
Socket
Sign inDemoInstall

@polkadot/wasm-crypto

Package Overview
Dependencies
16
Maintainers
2
Versions
564
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.1.2 to 7.2.1

2

cjs/packageInfo.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.packageInfo = void 0;
exports.packageInfo = { name: '@polkadot/wasm-crypto', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '7.1.2' };
exports.packageInfo = { name: '@polkadot/wasm-crypto', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '7.2.1' };

@@ -29,3 +29,3 @@ {

"type": "module",
"version": "7.1.2",
"version": "7.2.1",
"main": "./cjs/index.js",

@@ -39,2 +39,3 @@ "module": "./index.js",

"types": "./index.d.ts",
"module": "./index.js",
"require": "./cjs/index.js",

@@ -45,2 +46,3 @@ "default": "./index.js"

"types": "./bundle.d.ts",
"module": "./bundle.js",
"require": "./cjs/bundle.js",

@@ -51,2 +53,3 @@ "default": "./bundle.js"

"types": "./detectOther.d.ts",
"module": "./detectOther.js",
"require": "./cjs/detectOther.js",

@@ -57,2 +60,3 @@ "default": "./detectOther.js"

"types": "./detectPackage.d.ts",
"module": "./detectPackage.js",
"require": "./cjs/detectPackage.js",

@@ -63,2 +67,3 @@ "default": "./detectPackage.js"

"types": "./init.d.ts",
"module": "./init.js",
"require": "./cjs/init.js",

@@ -69,2 +74,3 @@ "default": "./init.js"

"types": "./initNone.d.ts",
"module": "./initNone.js",
"require": "./cjs/initNone.js",

@@ -75,2 +81,3 @@ "default": "./initNone.js"

"types": "./initOnlyAsm.d.ts",
"module": "./initOnlyAsm.js",
"require": "./cjs/initOnlyAsm.js",

@@ -81,2 +88,3 @@ "default": "./initOnlyAsm.js"

"types": "./initOnlyWasm.d.ts",
"module": "./initOnlyWasm.js",
"require": "./cjs/initOnlyWasm.js",

@@ -87,2 +95,3 @@ "default": "./initOnlyWasm.js"

"types": "./initWasmAsm.d.ts",
"module": "./initWasmAsm.js",
"require": "./cjs/initWasmAsm.js",

@@ -97,2 +106,3 @@ "default": "./initWasmAsm.js"

"types": "./packageInfo.d.ts",
"module": "./packageInfo.js",
"require": "./cjs/packageInfo.js",

@@ -103,2 +113,3 @@ "default": "./packageInfo.js"

"types": "./packageInfo.d.ts",
"module": "./packageInfo.js",
"require": "./cjs/packageInfo.js",

@@ -109,7 +120,7 @@ "default": "./packageInfo.js"

"dependencies": {
"@polkadot/wasm-bridge": "7.1.2",
"@polkadot/wasm-crypto-asmjs": "7.1.2",
"@polkadot/wasm-crypto-init": "7.1.2",
"@polkadot/wasm-crypto-wasm": "7.1.2",
"@polkadot/wasm-util": "7.1.2",
"@polkadot/wasm-bridge": "7.2.1",
"@polkadot/wasm-crypto-asmjs": "7.2.1",
"@polkadot/wasm-crypto-init": "7.2.1",
"@polkadot/wasm-crypto-wasm": "7.2.1",
"@polkadot/wasm-util": "7.2.1",
"tslib": "^2.5.0"

@@ -116,0 +127,0 @@ },

@@ -1,1 +0,1 @@

export const packageInfo = { name: '@polkadot/wasm-crypto', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '7.1.2' };
export const packageInfo = { name: '@polkadot/wasm-crypto', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '7.2.1' };

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc