@testmo/testmo-cli
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -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; |
@@ -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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
215495
3998
0
2