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.0.1 to 7.0.2

2

bundle.js

@@ -13,2 +13,2 @@ import { base64Decode, unzlibSync } from '@polkadot/wasm-util';

*/
export const wasmBytes = /*#__PURE__*/ unzlibSync(base64Decode(bytes, new Uint8Array(lenIn)), new Uint8Array(lenOut));
export const wasmBytes = /*#__PURE__*/ unzlibSync(base64Decode(bytes, new Uint8Array(lenIn)), new Uint8Array(lenOut));

@@ -17,2 +17,2 @@ "use strict";

*/
exports.wasmBytes = (0, wasm_util_1.unzlibSync)((0, wasm_util_1.base64Decode)(bytes_js_1.bytes, new Uint8Array(bytes_js_1.lenIn)), new Uint8Array(bytes_js_1.lenOut));
exports.wasmBytes = (0, wasm_util_1.unzlibSync)((0, wasm_util_1.base64Decode)(bytes_js_1.bytes, new Uint8Array(bytes_js_1.lenIn)), new Uint8Array(bytes_js_1.lenOut));
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = [];
exports.default = [];

@@ -7,2 +7,2 @@ "use strict";

const packageInfo_1 = require("./packageInfo");
(0, util_1.detectPackage)(packageInfo_1.packageInfo, null, detectOther_1.default);
(0, util_1.detectPackage)(packageInfo_1.packageInfo, null, detectOther_1.default);

@@ -5,2 +5,2 @@ "use strict";

require("./detectPackage");
tslib_1.__exportStar(require("./bundle"), exports);
tslib_1.__exportStar(require("./bundle"), exports);
"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.0.1' };
exports.packageInfo = { name: '@polkadot/wasm-crypto-wasm', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '7.0.2' };

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

export default [];
export default [];
import { detectPackage } from '@polkadot/util';
import others from './detectOther.js';
import { packageInfo } from './packageInfo.js';
detectPackage(packageInfo, null, others);
detectPackage(packageInfo, null, others);
import './detectPackage.js';
export * from './bundle.js';
export * from './bundle.js';

@@ -20,3 +20,3 @@ {

"type": "module",
"version": "7.0.1",
"version": "7.0.2",
"main": "./cjs/index.js",

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

"dependencies": {
"@polkadot/wasm-util": "7.0.1",
"@polkadot/wasm-util": "7.0.2",
"tslib": "^2.5.0"

@@ -71,0 +71,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.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.0.2' };
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