Comparing version 1.0.0-beta.39 to 1.0.0-beta.40
{ | ||
"name": "web3-eth", | ||
"namespace": "ethereum", | ||
"version": "1.0.0-beta.39", | ||
"version": "1.0.0-beta.40", | ||
"description": "Web3 module to interact with the Ethereum blockchain and smart contracts.", | ||
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-eth", | ||
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-eth", | ||
"license": "LGPL-3.0", | ||
@@ -19,16 +19,17 @@ "main": "dist/web3-eth.cjs.js", | ||
"dependencies": { | ||
"web3-core": "1.0.0-beta.39", | ||
"web3-core-helpers": "1.0.0-beta.39", | ||
"web3-core-method": "1.0.0-beta.39", | ||
"web3-core-promievent": "1.0.0-beta.39", | ||
"web3-core-subscriptions": "1.0.0-beta.39", | ||
"web3-eth-abi": "1.0.0-beta.39", | ||
"web3-eth-accounts": "1.0.0-beta.39", | ||
"web3-eth-contract": "1.0.0-beta.39", | ||
"web3-eth-ens": "1.0.0-beta.39", | ||
"web3-eth-iban": "1.0.0-beta.39", | ||
"web3-eth-personal": "1.0.0-beta.39", | ||
"web3-net": "1.0.0-beta.39", | ||
"web3-providers": "1.0.0-beta.39", | ||
"web3-utils": "1.0.0-beta.39" | ||
"@babel/runtime": "^7.3.1", | ||
"web3-core": "1.0.0-beta.40", | ||
"web3-core-helpers": "1.0.0-beta.40", | ||
"web3-core-method": "1.0.0-beta.40", | ||
"web3-core-promievent": "1.0.0-beta.40", | ||
"web3-core-subscriptions": "1.0.0-beta.40", | ||
"web3-eth-abi": "1.0.0-beta.40", | ||
"web3-eth-accounts": "1.0.0-beta.40", | ||
"web3-eth-contract": "1.0.0-beta.40", | ||
"web3-eth-ens": "1.0.0-beta.40", | ||
"web3-eth-iban": "1.0.0-beta.40", | ||
"web3-eth-personal": "1.0.0-beta.40", | ||
"web3-net": "1.0.0-beta.40", | ||
"web3-providers": "1.0.0-beta.40", | ||
"web3-utils": "1.0.0-beta.40" | ||
}, | ||
@@ -35,0 +36,0 @@ "devDependencies": { |
@@ -121,7 +121,4 @@ /* | ||
// TODO - WRITE CORRECT TYPES ONCE INVESTIGATE WHY web3.accounts.signTransaction RETURNS A DIFFERENT OBJECT | ||
signTransaction(transaction: Transaction, callback?: (error: Error, signedTransaction: RLPEncodedTransaction) => void): Promise<RLPEncodedTransaction>; | ||
// TODO - WRITE CORRECT TYPES ONCE INVESTIGATE WHY web3.accounts.signTransaction RETURNS A DIFFERENT OBJECT | ||
signTransaction(transaction: Transaction, address: string): Promise<RLPEncodedTransaction>; | ||
// TODO - WRITE CORRECT TYPES ONCE INVESTIGATE WHY web3.accounts.signTransaction RETURNS A DIFFERENT OBJECT | ||
signTransaction(transaction: Transaction, address: string, callback: (error: Error, signedTransaction: RLPEncodedTransaction) => void): Promise<RLPEncodedTransaction>; | ||
@@ -128,0 +125,0 @@ |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
76384
15
881
+ Added@babel/runtime@^7.3.1
+ Added@babel/runtime@7.26.0(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
+ Addedweb3-core@1.0.0-beta.40(transitive)
+ Addedweb3-core-helpers@1.0.0-beta.40(transitive)
+ Addedweb3-core-method@1.0.0-beta.40(transitive)
+ Addedweb3-core-promievent@1.0.0-beta.40(transitive)
+ Addedweb3-core-subscriptions@1.0.0-beta.40(transitive)
+ Addedweb3-eth-abi@1.0.0-beta.40(transitive)
+ Addedweb3-eth-accounts@1.0.0-beta.40(transitive)
+ Addedweb3-eth-contract@1.0.0-beta.40(transitive)
+ Addedweb3-eth-ens@1.0.0-beta.40(transitive)
+ Addedweb3-eth-iban@1.0.0-beta.40(transitive)
+ Addedweb3-eth-personal@1.0.0-beta.40(transitive)
+ Addedweb3-net@1.0.0-beta.40(transitive)
+ Addedweb3-providers@1.0.0-beta.40(transitive)
+ Addedweb3-utils@1.0.0-beta.40(transitive)
- Removedweb3-core@1.0.0-beta.39(transitive)
- Removedweb3-core-helpers@1.0.0-beta.39(transitive)
- Removedweb3-core-method@1.0.0-beta.39(transitive)
- Removedweb3-core-promievent@1.0.0-beta.39(transitive)
- Removedweb3-core-subscriptions@1.0.0-beta.39(transitive)
- Removedweb3-eth-abi@1.0.0-beta.39(transitive)
- Removedweb3-eth-accounts@1.0.0-beta.39(transitive)
- Removedweb3-eth-contract@1.0.0-beta.39(transitive)
- Removedweb3-eth-ens@1.0.0-beta.39(transitive)
- Removedweb3-eth-iban@1.0.0-beta.39(transitive)
- Removedweb3-eth-personal@1.0.0-beta.39(transitive)
- Removedweb3-net@1.0.0-beta.39(transitive)
- Removedweb3-providers@1.0.0-beta.39(transitive)
- Removedweb3-utils@1.0.0-beta.39(transitive)
Updatedweb3-core@1.0.0-beta.40
Updatedweb3-eth-abi@1.0.0-beta.40
Updatedweb3-eth-ens@1.0.0-beta.40
Updatedweb3-eth-iban@1.0.0-beta.40
Updatedweb3-net@1.0.0-beta.40
Updatedweb3-providers@1.0.0-beta.40
Updatedweb3-utils@1.0.0-beta.40