Socket
Socket
Sign inDemoInstall

ganache-cli

Package Overview
Dependencies
101
Maintainers
8
Versions
88
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.12.1 to 6.12.2

4

package.json
{
"name": "ganache-cli",
"version": "6.12.1",
"version": "6.12.2",
"bin": {

@@ -27,3 +27,3 @@ "ganache-cli": "cli.js"

"@semantic-release/git": "^9.0.0",
"ganache-core": "2.13.1",
"ganache-core": "2.13.2",
"node-loader": "^0.6.0",

@@ -30,0 +30,0 @@ "notp": "2.0.3",

@@ -279,3 +279,3 @@ <p align="center">

* `evm_unlockUnknownAccount` : Unlocks any unknown account. Accounts known to the `personal` namespace and accounts
returned by `eth_accounts` cannot be unlocked using this method; use `personal_lockAccount` instead.
returned by `eth_accounts` cannot be unlocked using this method; use `personal_unlockAccount` instead.
```bash

@@ -292,3 +292,3 @@ # Ex: account: "0x742d35Cc6634C0532925a3b844Bc454e4438f44e"

* `evm_lockUnknownAccount` : Locks any unknown account. Accounts known to the `personal` namespace and accounts
returned by `eth_accounts` cannot be locked using this method; use `personal_unlockAccount` instead.
returned by `eth_accounts` cannot be locked using this method; use `personal_lockAccount` instead.
```bash

@@ -295,0 +295,0 @@ # Ex: account: "0x742d35Cc6634C0532925a3b844Bc454e4438f44e"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc