Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

web3-eth-personal

Package Overview
Dependencies
Maintainers
2
Versions
476
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-eth-personal - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

types/index.d.ts

21

package.json
{
"name": "web3-eth-personal",
"version": "1.2.1",
"version": "1.2.2",
"description": "Web3 module to interact with the Ethereum blockchain accounts stored in the node.",

@@ -10,10 +10,19 @@ "repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth-personal",

},
"types": "types/index.d.ts",
"scripts": {
"dtslint": "dtslint types --onlyTestTsNext"
},
"main": "src/index.js",
"dependencies": {
"web3-core": "1.2.1",
"web3-core-helpers": "1.2.1",
"web3-core-method": "1.2.1",
"web3-net": "1.2.1",
"web3-utils": "1.2.1"
"@types/node": "^12.6.1",
"web3-core": "1.2.2",
"web3-core-helpers": "1.2.2",
"web3-core-method": "1.2.2",
"web3-net": "1.2.2",
"web3-utils": "1.2.2"
},
"devDependencies": {
"definitelytyped-header-parser": "^1.0.1",
"dtslint": "0.4.2"
}
}

@@ -27,3 +27,2 @@ # web3-eth-personal

## Usage

@@ -38,6 +37,7 @@

## Types
All the typescript typings are placed in the types folder.
[docs]: http://web3js.readthedocs.io/en/1.0/
[repo]: https://github.com/ethereum/web3.js
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc