New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@browseth/cli

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@browseth/cli - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

wallet_gen/tmp/geth/geth/chaindata/000002.ldb

4

bin/browseth-cli.js

@@ -36,3 +36,3 @@ #!/usr/bin/env node

console.log(
`\nSuccessfully generated at '${path}'\n\ncd into '${path}' and run 'yarn' to install dependencies.\nThen run 'yarn start' to begin.\n\nPlease visit '${path}/src/config.json' and update the URL to use your own Infura Api Key.\nYou can retrieve yours by visiting 'https://infura.io'.\n`,
`\nSuccessfully generated at '${path}'\n\ncd into '${path}' and run 'yarn' to install dependencies.\nRun 'yarn geth' for devnet or just 'geth' for mainnet.\nRun 'yarn compile' to build all contracts.\nRun 'yarn deploy' to deploy contracts.\nThen run 'yarn start' to begin.\n\n`,
);

@@ -54,3 +54,3 @@ });

console.log(
`\nSuccessfully generated at '${path}'\n\ncd into '${path}' and run 'yarn' to install dependencies.\nThen run 'yarn start' to begin.\n\nPlease visit '${path}/src/config.json' and update the URL to use your own Infura Api Key.\nYou can retrieve yours by visiting 'https://infura.io'.\n`,
`\nSuccessfully generated at '${path}'\n\ncd into '${path}' and run 'yarn' to install dependencies.\nRun 'yarn geth' for devnet or just 'geth' for mainnet.\nThen run 'yarn start' to begin.\nRun 'HTTPS=true yarn start' for Ledger support.\n\nPlease visit '${path}/src/config.json' and update the URL to use your own Infura Api Key.\nYou can retrieve yours by visiting 'https://infura.io'.\n`,
);

@@ -57,0 +57,0 @@ });

{
"name": "@browseth/cli",
"version": "0.0.13",
"version": "0.0.14",
"bin": {

@@ -5,0 +5,0 @@ "browseth-cli": "./bin/browseth-cli.js"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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