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

@polkadot/wasm-crypto-asmjs

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-asmjs - npm Package Compare versions

Comparing version 7.3.2 to 7.4.1

cjs/bundle.d.ts

3

cjs/cjs/data.d.ts

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

export = data;
import data = require("../data.js");
export const asmJsInit: null;

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

// Copyright 2019-2023 @polkadot/wasm-crypto-wasm authors & contributors
// Copyright 2019-2024 @polkadot/wasm-crypto-wasm authors & contributors
// SPDX-License-Identifier: Apache-2.0

@@ -3,0 +3,0 @@

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

// Copyright 2019-2023 @polkadot/wasm-crypto-asmjs authors & contributors
// SPDX-License-Identifier: Apache-2.0
export declare const asmJsInit: null;
export const asmJsInit: null;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
require("./detectPackage.js");
require("./packageDetect.js");
tslib_1.__exportStar(require("./bundle.js"), exports);
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.packageInfo = void 0;
exports.packageInfo = { name: '@polkadot/wasm-crypto-asmjs', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '7.3.2' };
exports.packageInfo = { name: '@polkadot/wasm-crypto-asmjs', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '7.4.1' };

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

// Copyright 2019-2023 @polkadot/wasm-crypto-asmjs authors & contributors
// SPDX-License-Identifier: Apache-2.0
export declare const asmJsInit: null;
export const asmJsInit: null;

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

// Copyright 2019-2023 @polkadot/wasm-crypto-asmjs authors & contributors
// Copyright 2019-2024 @polkadot/wasm-crypto-asmjs authors & contributors
// SPDX-License-Identifier: Apache-2.0
export const asmJsInit = null;

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

import './detectPackage.js';
import './packageDetect.js';
export * from './bundle.js';

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

import './detectPackage.js';
import './packageDetect.js';
export * from './bundle.js';

@@ -16,5 +16,8 @@ {

},
"sideEffects": false,
"sideEffects": [
"./packageDetect.js",
"./cjs/packageDetect.js"
],
"type": "module",
"version": "7.3.2",
"version": "7.4.1",
"main": "./cjs/index.js",

@@ -27,25 +30,29 @@ "module": "./index.js",

".": {
"types": "./index.d.ts",
"module": "./index.js",
"require": "./cjs/index.js",
"default": "./index.js"
"module": {
"types": "./index.d.ts",
"default": "./index.js"
},
"require": {
"types": "./cjs/index.d.ts",
"default": "./cjs/index.js"
},
"default": {
"types": "./index.d.ts",
"default": "./index.js"
}
},
"./bundle": {
"types": "./bundle.d.ts",
"module": "./bundle.js",
"require": "./cjs/bundle.js",
"default": "./bundle.js"
"module": {
"types": "./bundle.d.ts",
"default": "./bundle.js"
},
"require": {
"types": "./cjs/bundle.d.ts",
"default": "./cjs/bundle.js"
},
"default": {
"types": "./bundle.d.ts",
"default": "./bundle.js"
}
},
"./detectOther": {
"types": "./detectOther.d.ts",
"module": "./detectOther.js",
"require": "./cjs/detectOther.js",
"default": "./detectOther.js"
},
"./detectPackage": {
"types": "./detectPackage.d.ts",
"module": "./detectPackage.js",
"require": "./cjs/detectPackage.js",
"default": "./detectPackage.js"
},
"./package.json": {

@@ -55,17 +62,47 @@ "require": "./cjs/package.json",

},
"./packageDetect": {
"module": {
"types": "./packageDetect.d.ts",
"default": "./packageDetect.js"
},
"require": {
"types": "./cjs/packageDetect.d.ts",
"default": "./cjs/packageDetect.js"
},
"default": {
"types": "./packageDetect.d.ts",
"default": "./packageDetect.js"
}
},
"./packageInfo.js": {
"types": "./packageInfo.d.ts",
"module": "./packageInfo.js",
"require": "./cjs/packageInfo.js",
"default": "./packageInfo.js"
"module": {
"types": "./packageInfo.d.ts",
"default": "./packageInfo.js"
},
"require": {
"types": "./cjs/packageInfo.d.ts",
"default": "./cjs/packageInfo.js"
},
"default": {
"types": "./packageInfo.d.ts",
"default": "./packageInfo.js"
}
},
"./packageInfo": {
"types": "./packageInfo.d.ts",
"module": "./packageInfo.js",
"require": "./cjs/packageInfo.js",
"default": "./packageInfo.js"
"module": {
"types": "./packageInfo.d.ts",
"default": "./packageInfo.js"
},
"require": {
"types": "./cjs/packageInfo.d.ts",
"default": "./cjs/packageInfo.js"
},
"default": {
"types": "./packageInfo.d.ts",
"default": "./packageInfo.js"
}
}
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.7.0"
},

@@ -72,0 +109,0 @@ "peerDependencies": {

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

export const packageInfo = { name: '@polkadot/wasm-crypto-asmjs', 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.2' };
export const packageInfo = { name: '@polkadot/wasm-crypto-asmjs', 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.4.1' };
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