Socket
Socket
Sign inDemoInstall

@polkadot/wasm-crypto

Package Overview
Dependencies
6
Maintainers
2
Versions
564
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.2.2 to 7.3.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.2.2' };
exports.packageInfo = { name: '@polkadot/wasm-crypto', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '7.3.1' };

@@ -6,3 +6,3 @@ {

"engines": {
"node": ">=16"
"node": ">=18"
},

@@ -30,3 +30,3 @@ "homepage": "https://github.com/polkadot-js/wasm/tree/master/packages/wasm-crypto#readme",

"type": "module",
"version": "7.2.2",
"version": "7.3.1",
"main": "./cjs/index.js",

@@ -110,8 +110,8 @@ "module": "./index.js",

"dependencies": {
"@polkadot/wasm-bridge": "7.2.2",
"@polkadot/wasm-crypto-asmjs": "7.2.2",
"@polkadot/wasm-crypto-init": "7.2.2",
"@polkadot/wasm-crypto-wasm": "7.2.2",
"@polkadot/wasm-util": "7.2.2",
"tslib": "^2.6.1"
"@polkadot/wasm-bridge": "7.3.1",
"@polkadot/wasm-crypto-asmjs": "7.3.1",
"@polkadot/wasm-crypto-init": "7.3.1",
"@polkadot/wasm-crypto-wasm": "7.3.1",
"@polkadot/wasm-util": "7.3.1",
"tslib": "^2.6.2"
},

@@ -118,0 +118,0 @@ "peerDependencies": {

@@ -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.2.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.3.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