@proton/js
Advanced tools
Comparing version 26.1.13 to 26.1.15
@@ -76,3 +76,3 @@ /** Is `bignum` a negative number? */ | ||
export declare const convertLegacyPublicKeys: (keys: string[], prefix?: string) => string[]; | ||
/** Convert key in `s` to binary form */ | ||
/** Convert key in `s` to binary form. */ | ||
export declare const stringToPrivateKey: (s: string) => Key; | ||
@@ -79,0 +79,0 @@ /** Convert private `key` to legacy string (base-58) form */ |
{ | ||
"name": "@proton/js", | ||
"version": "26.1.13", | ||
"version": "26.1.15", | ||
"description": "Javascript Interface to the Proton Blockchain", | ||
@@ -32,3 +32,4 @@ "module": "dist/index.js", | ||
"dependencies": { | ||
"@bloks/constants": "^26.1.2", | ||
"@bloks/constants": "^26.1.14", | ||
"abort-controller": "^3.0.0", | ||
"base64url": "^3.0.1", | ||
@@ -94,3 +95,3 @@ "cross-fetch": "^3.1.4", | ||
}, | ||
"gitHead": "f6e13c1ba6029d370b9fa7f7d954fcc4dd4a3355" | ||
"gitHead": "c696845fcb7a9454a7703d64db716cb05b28f8c2" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1745717
16416
9
+ Addedabort-controller@^3.0.0
+ Addedabort-controller@3.0.0(transitive)
+ Addedevent-target-shim@5.0.1(transitive)
Updated@bloks/constants@^26.1.14