Socket
Socket
Sign inDemoInstall

@polkadot/util-crypto

Package Overview
Dependencies
21
Maintainers
2
Versions
1351
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.5.1 to 12.6.1

6

cjs/key/DeriveJunction.js

@@ -10,6 +10,4 @@ "use strict";

class DeriveJunction {
constructor() {
this.__internal__chainCode = new Uint8Array(32);
this.__internal__isHard = false;
}
__internal__chainCode = new Uint8Array(32);
__internal__isHard = false;
static from(value) {

@@ -16,0 +14,0 @@ const result = new DeriveJunction();

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.packageInfo = void 0;
exports.packageInfo = { name: '@polkadot/util-crypto', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '12.5.1' };
exports.packageInfo = { name: '@polkadot/util-crypto', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '12.6.1' };

@@ -7,6 +7,4 @@ import { BN, bnToU8a, compactAddLength, hexToU8a, isBigInt, isBn, isHex, isNumber, isString, stringToU8a } from '@polkadot/util';

export class DeriveJunction {
constructor() {
this.__internal__chainCode = new Uint8Array(32);
this.__internal__isHard = false;
}
__internal__chainCode = new Uint8Array(32);
__internal__isHard = false;
static from(value) {

@@ -13,0 +11,0 @@ const result = new DeriveJunction();

@@ -6,3 +6,3 @@ {

"engines": {
"node": ">=16"
"node": ">=18"
},

@@ -24,3 +24,3 @@ "homepage": "https://github.com/polkadot-js/common/tree/master/packages/util-crypto#readme",

"type": "module",
"version": "12.5.1",
"version": "12.6.1",
"main": "./cjs/index.js",

@@ -908,8 +908,8 @@ "module": "./index.js",

"@noble/hashes": "^1.3.2",
"@polkadot/networks": "12.5.1",
"@polkadot/util": "12.5.1",
"@polkadot/wasm-crypto": "^7.2.2",
"@polkadot/wasm-util": "^7.2.2",
"@polkadot/x-bigint": "12.5.1",
"@polkadot/x-randomvalues": "12.5.1",
"@polkadot/networks": "12.6.1",
"@polkadot/util": "12.6.1",
"@polkadot/wasm-crypto": "^7.3.1",
"@polkadot/wasm-util": "^7.3.1",
"@polkadot/x-bigint": "12.6.1",
"@polkadot/x-randomvalues": "12.6.1",
"@scure/base": "^1.1.3",

@@ -919,4 +919,4 @@ "tslib": "^2.6.2"

"peerDependencies": {
"@polkadot/util": "12.5.1"
"@polkadot/util": "12.6.1"
}
}

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

export const packageInfo = { name: '@polkadot/util-crypto', 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: '12.5.1' };
export const packageInfo = { name: '@polkadot/util-crypto', 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: '12.6.1' };

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc