ethereumjs-wallet
ethereumjs-wallet copied to clipboard
Utilities for handling Ethereum keys
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.28 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) to 3.1.4 and updates ancestor dependency [husky](https://github.com/typicode/husky). These dependencies need to be updated together. Updates `semver-regex` from 2.0.0 to 3.1.4 Release notes Sourced from semver-regex's releases. v3.1.4 Backport...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [engine.io](https://github.com/socketio/engine.io) from 6.2.0 to 6.2.1. Release notes Sourced from engine.io's releases. 6.2.1 :warning: This release contains an important security fix :warning: A malicious client could send a specially crafted...
I just make a simple code to test: ``` const wallet = Wallet.generate(); console.log(wallet) const result = await wallet.toV3('21042003') console.log(result) ``` but can not see log from wallet.toV3() I'm running...
The following packages were not installed when I tried to install `ethereumjs-wallet` into my project: - `stream` - `assert` - `buffer` - `crypto` Suggested change: Add the following to packages.json...