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.1.5 to 1.1.6

4

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

@@ -33,3 +33,3 @@ "main": "index.js",

"start:help": "ts-node bin/network.bin.ts -h",
"start:create": "ts-node ./src/bin/network.bin.ts create",
"start:create": "ts-node ./src/bin/network.bin.ts create --elk=true",
"start:delete": "ts-node ./src/bin/network.bin.ts delete",

@@ -36,0 +36,0 @@ "bump-version": "rjp package.json version $VERSION",

@@ -29,3 +29,3 @@ "use strict";

const docker = yield utils_1.getDockerClient();
const containers = yield docker.container.list();
const containers = yield docker.container.list({ all: true });
const promises = [];

@@ -32,0 +32,0 @@ containers.forEach(container => {

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