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

@testmo/testmo-cli

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testmo/testmo-cli - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

dist/commands/automationRunSubmitCommand.js

@@ -205,2 +205,3 @@ "use strict";

if (progressBar.isActive) {
progressBar.stop();
}

@@ -207,0 +208,0 @@ throw err_1;

@@ -193,2 +193,3 @@ "use strict";

if (progressBar.isActive) {
progressBar.stop();
}

@@ -195,0 +196,0 @@ throw err_1;

2

dist/lib/exec.js

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

output: output,
elapsed: elapsed[0] * 100000000 + elapsed[1]
elapsed: (elapsed[0] * 1000000) + Math.round(elapsed[1] / 1000)
});

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

{
"name": "@testmo/testmo-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "Testmo command line interface",

@@ -9,3 +9,3 @@ "author": "Testmo GmbH",

"bin": {
"testmo": "./dist/index.js"
"testmo": "dist/index.js"
},

@@ -12,0 +12,0 @@ "files": [

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