@polkadot/wasm-util
Advanced tools
Comparing version 7.0.3 to 7.1.1
@@ -31,2 +31,2 @@ const chr = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; | ||
return out; | ||
} | ||
} |
export { base64Decode } from './base64.js'; | ||
export { unzlibSync } from './fflate.js'; | ||
export { packageInfo } from './packageInfo.js'; | ||
export { packageInfo } from './packageInfo.js'; |
@@ -35,2 +35,2 @@ "use strict"; | ||
} | ||
exports.base64Decode = base64Decode; | ||
exports.base64Decode = base64Decode; |
@@ -9,2 +9,2 @@ "use strict"; | ||
var packageInfo_js_1 = require("./packageInfo.js"); | ||
Object.defineProperty(exports, "packageInfo", { enumerable: true, get: function () { return packageInfo_js_1.packageInfo; } }); | ||
Object.defineProperty(exports, "packageInfo", { enumerable: true, get: function () { return packageInfo_js_1.packageInfo; } }); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const packageInfo_1 = require("@polkadot/wasm-util/cjs/packageInfo"); | ||
exports.default = [packageInfo_1.packageInfo]; | ||
exports.default = [packageInfo_1.packageInfo]; |
@@ -7,2 +7,2 @@ "use strict"; | ||
const packageInfo_js_1 = require("./packageInfo.js"); | ||
(0, util_1.detectPackage)(packageInfo_js_1.packageInfo, null, detectOther_js_1.default); | ||
(0, util_1.detectPackage)(packageInfo_js_1.packageInfo, null, detectOther_js_1.default); |
@@ -303,2 +303,2 @@ "use strict"; | ||
} | ||
exports.unzlibSync = unzlibSync; | ||
exports.unzlibSync = unzlibSync; |
@@ -5,2 +5,2 @@ "use strict"; | ||
require("./detectPackage.js"); | ||
tslib_1.__exportStar(require("./bundle.js"), exports); | ||
tslib_1.__exportStar(require("./bundle.js"), exports); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.packageInfo = void 0; | ||
exports.packageInfo = { name: '@polkadot/wasm-util', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '7.0.3' }; | ||
exports.packageInfo = { name: '@polkadot/wasm-util', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '7.1.1' }; |
import { packageInfo as utilInfo } from '@polkadot/wasm-util/packageInfo'; | ||
export default [utilInfo]; | ||
export default [utilInfo]; |
import { detectPackage } from '@polkadot/util'; | ||
import others from './detectOther.js'; | ||
import { packageInfo } from './packageInfo.js'; | ||
detectPackage(packageInfo, null, others); | ||
detectPackage(packageInfo, null, others); |
@@ -299,2 +299,2 @@ const u8 = Uint8Array, u16 = Uint16Array, u32 = Uint32Array; | ||
return inflt((zlv(data), data.subarray(2, -4)), out); | ||
} | ||
} |
import './detectPackage.js'; | ||
export * from './bundle.js'; | ||
export * from './bundle.js'; |
{ | ||
"author": "Jaco Greeff <jacogr@gmail.com>", | ||
"bugs": "https://github.com/polkadot-js/wasm/issues", | ||
"contributors": [], | ||
"description": "Utilities used exclusively inside Wasm decoding", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=16" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/wasm/tree/master/packages/wasm-util#readme", | ||
"license": "Apache-2.0", | ||
"maintainers": [], | ||
"name": "@polkadot/wasm-util", | ||
@@ -23,3 +21,3 @@ "repository": { | ||
"type": "module", | ||
"version": "7.0.3", | ||
"version": "7.1.1", | ||
"main": "./cjs/index.js", | ||
@@ -26,0 +24,0 @@ "module": "./index.js", |
@@ -1,1 +0,1 @@ | ||
export const packageInfo = { name: '@polkadot/wasm-util', 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.3' }; | ||
export const packageInfo = { name: '@polkadot/wasm-util', 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.1' }; |
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
747
40604