@zilliqa-js/crypto
Advanced tools
Comparing version 3.4.0-rc.2 to 3.4.0-rc.3
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ import { KeystoreV3, KDF } from './types'; |
export declare const randomBytes: (bytes: number) => string; | ||
//# sourceMappingURL=random.d.ts.map |
@@ -0,0 +0,0 @@ /*! |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ export type KDF = 'pbkdf2' | 'scrypt'; |
@@ -0,0 +0,0 @@ /** |
{ | ||
"name": "@zilliqa-js/crypto", | ||
"version": "3.4.0-rc.2", | ||
"version": "3.4.0-rc.3", | ||
"description": "Core crypto utilities for signing/verification/hashing Zilliqa transactions.", | ||
@@ -11,3 +11,3 @@ "maintainers": [ | ||
}, | ||
"main": "dist/cjs/bundle.js", | ||
"main": "dist/cjs/src/index.js", | ||
"module": "dist/esm/bundle.js", | ||
@@ -35,3 +35,3 @@ "browser": "dist/umd/bundle.js", | ||
"uuid": "8.3.2", | ||
"@zilliqa-js/util": "3.4.0-rc.2" | ||
"@zilliqa-js/util": "3.4.0-rc.3" | ||
}, | ||
@@ -38,0 +38,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
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
4613107
104
41228
+ Added@types/node@22.9.3(transitive)
+ Added@zilliqa-js/util@3.4.0-rc.3(transitive)
+ Addedcipher-base@1.0.5(transitive)
+ Addedundici-types@6.19.8(transitive)
- Removed@types/node@22.10.0(transitive)
- Removed@zilliqa-js/util@3.4.0-rc.2(transitive)
- Removedcipher-base@1.0.6(transitive)
- Removedundici-types@6.20.0(transitive)
Updated@zilliqa-js/util@3.4.0-rc.3