@polkadot/wasm-crypto-wasm
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -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' }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
245270
985
+ Added@polkadot/wasm-util@7.0.2(transitive)
- Removed@polkadot/wasm-util@7.0.1(transitive)
Updated@polkadot/wasm-util@7.0.2