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.0 to 6.12.1

4

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

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

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

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

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

```Bash
docker run -d -p 8545:8545 trufflesuite/ganache-cli:latest
docker run --detach --publish 8545:8545 trufflesuite/ganache-cli:latest
```

@@ -320,4 +320,4 @@

```Bash
docker run -d -p 8545:8545 trufflesuite/ganache-cli:latest -a 10 --debug
^^^^^^^^^^^^^
docker run --detach --publish 8545:8545 trufflesuite/ganache-cli:latest --accounts 10 --debug
^^^^^^^^^^^^^^^^^^^^^
```

@@ -328,4 +328,4 @@

```Bash
docker run -d -p 8545:8545 trufflesuite/ganache-cli:latest -h XXX.XXX.XXX.XXX
^^^^^^^^^^^^^^^^^^
docker run --detach --publish 8545:8545 trufflesuite/ganache-cli:latest --host XXX.XXX.XXX.XXX
^^^^^^^^^^^^^^^^^^^^^^
```

@@ -340,4 +340,4 @@

```Bash
docker build -t trufflesuite/ganache-cli .
docker run -p 8545:8545 trufflesuite/ganache-cli
docker build --tag trufflesuite/ganache-cli .
docker run --publish 8545:8545 trufflesuite/ganache-cli
```

@@ -344,0 +344,0 @@ or

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