Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

spacemesh-local-testnet

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spacemesh-local-testnet - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

package.json
{
"name": "spacemesh-local-testnet",
"version": "1.0.1",
"version": "1.0.2",
"description": "CLI tool to start a spacemesh network locally",

@@ -33,5 +33,4 @@ "main": "index.js",

"start:help": "ts-node bin/network.bin.ts -h",
"start:create": "ts-node bin/network.bin.ts create",
"start:delete": "ts-node bin/network.bin.ts delete",
"test": "jest",
"start:create": "ts-node ./src/bin/network.bin.ts create",
"start:delete": "ts-node ./src/bin/network.bin.ts delete",
"bump-version": "rjp package.json version $VERSION",

@@ -38,0 +37,0 @@ "test:coverage": "jest --coverage",

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

.option('--coinbase <string>', `Coinbase for the miners`, `7566a5e003748be1c1a999c62fbe2610f69237f57ac3043f3213983819fe3ea5`)
.option('--go-sm-image <string>', 'Docker image of go spacemesh build', 'go-spacemesh:v0.1.22')
.option('--go-sm-image <string>', 'Docker image of go spacemesh build', 'spacemeshos/go-spacemesh:v0.1.23')
.option('--poet-image <string>', 'Docker image of PoET build', 'spacemeshos/poet:73488d6')

@@ -42,0 +42,0 @@ .action((operation, options, command) => __awaiter(void 0, void 0, void 0, function* () {

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