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 6.1.3 to 6.1.4-0

2

cjs/bundle.js

@@ -16,3 +16,3 @@ "use strict";

var _bytes = require("./cjs/bytes");
var _bytes = require("./cjs/bytes.js");

@@ -19,0 +19,0 @@ var _packageInfo = require("./packageInfo");

@@ -14,4 +14,4 @@ "use strict";

type: 'cjs',
version: '6.1.3'
version: '6.1.4-0'
};
exports.packageInfo = packageInfo;

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

import './detectPackage';
export { packageInfo } from './packageInfo';
/**
* @name wasmBytes
* @description
* The decoded WASM interface as exposed by this package.
*
* The build process will output into cjs/* into a compressed base64 format.
* Upon loading the exposed bytes will be decoded and decompressed form this
* specific format and returned.
*/
export declare const wasmBytes: Uint8Array;
export * from './index';
// Copyright 2019-2022 @polkadot/wasm-crypto-wasm authors & contributors
// SPDX-License-Identifier: Apache-2.0
import './detectPackage';
import { base64Decode, unzlibSync } from '@polkadot/wasm-util';
import { bytes, sizeUncompressed } from './deno/bytes.js';
export { packageInfo } from './packageInfo';
/**
* @name wasmBytes
* @description
* The decoded WASM interface as exposed by this package.
*
* The build process will output into cjs/* into a compressed base64 format.
* Upon loading the exposed bytes will be decoded and decompressed form this
* specific format and returned.
*/
export const wasmBytes = unzlibSync(base64Decode(bytes), new Uint8Array(sizeUncompressed));
export * from './index';

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

"type": "module",
"version": "6.1.3",
"version": "6.1.4-0",
"main": "./cjs/index.js",

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

},
"./deno/deno/bytes": "./deno/deno/bytes.js",
"./detectOther": {

@@ -75,3 +74,3 @@ "types": "./detectOther.d.ts",

"@babel/runtime": "^7.18.3",
"@polkadot/wasm-util": "6.1.3"
"@polkadot/wasm-util": "6.1.4-0"
},

@@ -78,0 +77,0 @@ "peerDependencies": {

@@ -8,3 +8,3 @@ // Copyright 2017-2022 @polkadot/wasm-crypto-wasm authors & contributors

type: 'esm',
version: '6.1.3'
version: '6.1.4-0'
};
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