@proton/js
Advanced tools
Comparing version 25.0.54 to 25.0.56
@@ -6,2 +6,3 @@ import { AbiProvider, ActionSerializerType, AuthorityProvider, BinaryAbi, CachedAbi, ContextFreeGroupCallback, Query, QueryConfig, SignatureProvider, TransactConfig, Transaction, TransactResult } from './types'; | ||
import { ApiInterfaces } from '..'; | ||
import type { recoverPersonalSignature as RecoverPersonalSignature } from 'eth-sig-util'; | ||
export declare class Api { | ||
@@ -24,2 +25,5 @@ /** Issues RPC calls */ | ||
cachedAbis: Map<string, CachedAbi>; | ||
/** Crypto */ | ||
crypto?: Crypto; | ||
recoverPersonalSignature?: typeof RecoverPersonalSignature; | ||
/** | ||
@@ -37,3 +41,7 @@ * @param args | ||
signatureProvider?: SignatureProvider; | ||
crypto?: Crypto; | ||
recoverPersonalSignature?: typeof RecoverPersonalSignature; | ||
}); | ||
getCrypto(): Crypto; | ||
getRecoverPersonalSignature(): typeof RecoverPersonalSignature; | ||
/** Decodes an abi as Uint8Array into json. */ | ||
@@ -40,0 +48,0 @@ rawAbiToJson(rawAbi: Uint8Array): Abi; |
{ | ||
"name": "@proton/js", | ||
"version": "25.0.54", | ||
"version": "25.0.56", | ||
"description": "Javascript Interface to the Proton Blockchain", | ||
@@ -36,3 +36,2 @@ "module": "dist/index.js", | ||
"elliptic": "^6.5.4", | ||
"eth-sig-util": "^3.0.1", | ||
"fast-text-encoding": "^1.0.3", | ||
@@ -43,8 +42,4 @@ "hash.js": "1.1.7", | ||
}, | ||
"peerDependencies": { | ||
"@peculiar/webcrypto": "^1.1.7" | ||
}, | ||
"devDependencies": { | ||
"@babel/preset-env": "^7.11.5", | ||
"@blockone/eslint-config-blockone": "^3.0.0", | ||
"@types/debug": "^4.1.5", | ||
@@ -60,2 +55,3 @@ "@types/elliptic": "^6.4.12", | ||
"eslint": "^7.24.0", | ||
"eth-sig-util": "^3.0.1", | ||
"global": "^4.4.0", | ||
@@ -101,3 +97,3 @@ "jest": "^26.6.3", | ||
}, | ||
"gitHead": "b220bf85652aaf1367cbd0da48429cb8f44e9f5d" | ||
"gitHead": "981e17f8f57c4d3a65d3e2f3b45b46ae61f776d9" | ||
} |
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
1731036
8
33
16292
- Removedeth-sig-util@^3.0.1
- Removed@peculiar/asn1-schema@2.3.13(transitive)
- Removed@peculiar/json-schema@1.1.12(transitive)
- Removed@peculiar/webcrypto@1.5.0(transitive)
- Removed@types/bn.js@4.11.6(transitive)
- Removed@types/node@22.10.1(transitive)
- Removed@types/pbkdf2@3.1.2(transitive)
- Removed@types/secp256k1@4.0.6(transitive)
- Removedasn1js@3.0.5(transitive)
- Removedbase-x@3.0.10(transitive)
- Removedblakejs@1.2.1(transitive)
- Removedbn.js@5.2.1(transitive)
- Removedbrowserify-aes@1.2.0(transitive)
- Removedbs58@4.0.1(transitive)
- Removedbs58check@2.1.2(transitive)
- Removedbuffer-xor@1.0.3(transitive)
- Removedcipher-base@1.0.6(transitive)
- Removedcreate-hash@1.2.0(transitive)
- Removedcreate-hmac@1.1.7(transitive)
- Removedeth-sig-util@3.0.1(transitive)
- Removedethereum-cryptography@0.1.3(transitive)
- Removedethereumjs-abi@0.6.8(transitive)
- Removedethereumjs-util@5.2.16.2.1(transitive)
- Removedethjs-util@0.1.6(transitive)
- Removedevp_bytestokey@1.0.3(transitive)
- Removedhash-base@3.1.0(transitive)
- Removedis-hex-prefixed@1.0.0(transitive)
- Removedkeccak@3.0.4(transitive)
- Removedmd5.js@1.3.5(transitive)
- Removednode-addon-api@2.0.25.1.0(transitive)
- Removednode-gyp-build@4.8.4(transitive)
- Removedpbkdf2@3.1.2(transitive)
- Removedpvtsutils@1.3.6(transitive)
- Removedpvutils@1.1.3(transitive)
- Removedrandombytes@2.1.0(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedripemd160@2.0.2(transitive)
- Removedrlp@2.2.7(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedscrypt-js@3.0.1(transitive)
- Removedsecp256k1@4.0.4(transitive)
- Removedsetimmediate@1.0.5(transitive)
- Removedsha.js@2.4.11(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedstrip-hex-prefix@1.0.0(transitive)
- Removedtslib@2.8.1(transitive)
- Removedtweetnacl@1.0.3(transitive)
- Removedtweetnacl-util@0.15.1(transitive)
- Removedundici-types@6.20.0(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removedwebcrypto-core@1.8.1(transitive)