Socket
Socket
Sign inDemoInstall

web3-eth-accounts

Package Overview
Dependencies
Maintainers
1
Versions
440
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-eth-accounts - npm Package Compare versions

Comparing version 1.0.0-beta.26 to 1.0.0-beta.27

37

package.json
{
"name": "web3-eth-accounts",
"namespace": "ethereum",
"version": "1.0.0-beta.26",
"description": "Web3 module to generate Ethereum accounts and sign data and transactions.",
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-eth-accounts",
"license": "LGPL-3.0",
"main": "src/index.js",
"dependencies": {
"bluebird": "3.3.1",
"eth-lib": "0.2.5",
"scrypt.js": "0.2.0",
"underscore": "1.8.3",
"uuid": "2.0.1",
"web3-core": "^1.0.0-beta.26",
"web3-core-helpers": "^1.0.0-beta.26",
"web3-core-method": "^1.0.0-beta.26",
"web3-utils": "^1.0.0-beta.26"
}
"name": "web3-eth-accounts",
"namespace": "ethereum",
"version": "1.0.0-beta.27",
"description": "Web3 module to generate Ethereum accounts and sign data and transactions.",
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-eth-accounts",
"license": "LGPL-3.0",
"main": "src/index.js",
"dependencies": {
"bluebird": "3.3.1",
"crypto-browserify": "^3.12.0",
"eth-lib": "0.2.5",
"scrypt.js": "0.2.0",
"underscore": "1.8.3",
"uuid": "2.0.1",
"web3-core": "1.0.0-beta.27",
"web3-core-helpers": "1.0.0-beta.27",
"web3-core-method": "1.0.0-beta.27",
"web3-utils": "1.0.0-beta.27"
}
}

@@ -34,3 +34,3 @@ /*

var Bytes = require("eth-lib/lib/bytes");
var cryp = require('crypto');
var cryp = (typeof global === 'undefined') ? require('crypto-browserify') : require('crypto');
var scryptsy = require('scrypt.js');

@@ -37,0 +37,0 @@ var uuid = require('uuid');

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