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

@testmo/testmo-cli

Package Overview
Dependencies
Maintainers
3
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.4.0 to 1.4.1-beta.0

6

dist/lib/exec.js

@@ -46,6 +46,6 @@ "use strict";

var child_process_1 = require("child_process");
function execPassthrough(argv, options) {
if (options === void 0) { options = {}; }
return __awaiter(this, void 0, void 0, function () {
function execPassthrough(argv_1) {
return __awaiter(this, arguments, void 0, function (argv, options) {
var stdout, stderr, output, startTime, child;
if (options === void 0) { options = {}; }
return __generator(this, function (_a) {

@@ -52,0 +52,0 @@ if (argv.length == 0) {

@@ -57,5 +57,5 @@ "use strict";

function readFromStdin() {
var _a, e_1, _b, _c;
return __awaiter(this, void 0, void 0, function () {
var stats, chunks, _d, _e, _f, chunk, e_1_1;
var stats, chunks, _a, _b, _c, chunk, e_1_1;
var _d, e_1, _e, _f;
return __generator(this, function (_g) {

@@ -72,14 +72,14 @@ switch (_g.label) {

_g.trys.push([1, 6, 7, 12]);
_d = true, _e = __asyncValues(process.stdin);
_a = true, _b = __asyncValues(process.stdin);
_g.label = 2;
case 2: return [4 /*yield*/, _e.next()];
case 2: return [4 /*yield*/, _b.next()];
case 3:
if (!(_f = _g.sent(), _a = _f.done, !_a)) return [3 /*break*/, 5];
_c = _f.value;
_d = false;
chunk = _c;
if (!(_c = _g.sent(), _d = _c.done, !_d)) return [3 /*break*/, 5];
_f = _c.value;
_a = false;
chunk = _f;
chunks.push(chunk);
_g.label = 4;
case 4:
_d = true;
_a = true;
return [3 /*break*/, 2];

@@ -93,4 +93,4 @@ case 5: return [3 /*break*/, 12];

_g.trys.push([7, , 10, 11]);
if (!(!_d && !_a && (_b = _e.return))) return [3 /*break*/, 9];
return [4 /*yield*/, _b.call(_e)];
if (!(!_a && !_d && (_e = _b.return))) return [3 /*break*/, 9];
return [4 /*yield*/, _e.call(_b)];
case 8:

@@ -97,0 +97,0 @@ _g.sent();

{
"name": "@testmo/testmo-cli",
"version": "1.4.0",
"version": "1.4.1-beta.0",
"description": "Testmo command line interface",

@@ -25,37 +25,37 @@ "author": "Testmo GmbH",

"devDependencies": {
"@types/chai": "^4.2.15",
"@types/chai-as-promised": "^7.1.3",
"@types/cli-progress": "^3.9.1",
"@types/glob": "^7.1.3",
"@types/lodash": "^4.14.168",
"@types/mime-types": "^2.1.1",
"@types/mocha": "^10.0.1",
"@types/node": "^16.11.13",
"@types/sinon": "^10.0.6",
"@types/validator": "^13.1.3",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"chai": "^4.3.4",
"@types/chai": "^4.3.13",
"@types/chai-as-promised": "^7.1.8",
"@types/cli-progress": "^3.11.5",
"@types/glob": "^7.2.0",
"@types/lodash": "^4.17.0",
"@types/mime-types": "^2.1.4",
"@types/mocha": "^10.0.6",
"@types/node": "^16.18.89",
"@types/sinon": "^10.0.20",
"@types/validator": "^13.11.9",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"eslint": "^8.43.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.22.1",
"mocha": "^10.2.0",
"mocha-junit-reporter": "^2.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"mocha": "^10.3.0",
"mocha-junit-reporter": "^2.2.1",
"sinon": "^15.2.0",
"ts-node": "^10.4.0",
"typescript": "^5.1.3"
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
},
"dependencies": {
"@testmo/testmo-api": "^2.0.0",
"@testmo/testmo-api": "^2.0.3-beta.0",
"chalk": "^4.1.2",
"cli-progress": "^3.12.0",
"commander": "^8.3.0",
"fast-xml-parser": "^4.2.4",
"fast-xml-parser": "^4.3.6",
"glob": "^7.2.3",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"validator": "^13.9.0"
"validator": "^13.11.0"
}
}
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