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

@polkadot/wasm-crypto-wasm

Package Overview
Dependencies
Maintainers
2
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/wasm-crypto-wasm - npm Package Compare versions

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

@@ -18,3 +18,3 @@ {

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

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

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

@@ -34,11 +35,9 @@ "default": "./index.js"

"types": "./bundle.d.ts",
"module": "./bundle.js",
"require": "./cjs/bundle.js",
"default": "./bundle.js"
},
"./deno/bytes": {
"types": "./deno/bytes.d.ts",
"default": "./deno/bytes.js"
},
"./detectOther": {
"types": "./detectOther.d.ts",
"module": "./detectOther.js",
"require": "./cjs/detectOther.js",

@@ -49,2 +48,3 @@ "default": "./detectOther.js"

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

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

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

@@ -65,2 +66,3 @@ "default": "./packageInfo.js"

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

@@ -71,3 +73,3 @@ "default": "./packageInfo.js"

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

@@ -74,0 +76,0 @@ },

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

export const packageInfo = { name: '@polkadot/wasm-crypto-wasm', 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-wasm', 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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc