Socket
Socket
Sign inDemoInstall

zx

Package Overview
Dependencies
53
Maintainers
2
Versions
119
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.7 to 7.0.8

4

build/cli.js

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

await import(globals);
$.verbose = !argv.quiet;
if (argv.quiet) {
$.verbose = false;
}
if (typeof argv.shell === 'string') {

@@ -30,0 +32,0 @@ $.shell = argv.shell;

@@ -124,3 +124,3 @@ // Copyright 2021 Google LLC

});
this.child = spawn($.prefix + this._command, {
this.child = $.spawn($.prefix + this._command, {
cwd: $.cwd ?? $[processCwd],

@@ -127,0 +127,0 @@ shell: typeof $.shell === 'string' ? $.shell : true,

@@ -90,2 +90,3 @@ // Copyright 2021 Google LLC

clearInterval(id);
process.stderr.write(' '.repeat(process.stdout.columns - 1) + '\r');
}

@@ -92,0 +93,0 @@ return result;

{
"name": "zx",
"version": "7.0.7",
"version": "7.0.8",
"description": "A tool for writing better scripts.",

@@ -55,3 +55,3 @@ "type": "module",

"@types/minimist": "^1.2.2",
"@types/node": "^17.0",
"@types/node": "^18.6.3",
"@types/ps-tree": "^1.1.2",

@@ -63,3 +63,3 @@ "@types/which": "^2.0.1",

"minimist": "^1.2.6",
"node-fetch": "^3.2.6",
"node-fetch": "3.2.8",
"ps-tree": "^1.2.0",

@@ -70,9 +70,9 @@ "which": "^2.0.2",

"devDependencies": {
"@stryker-mutator/core": "^6.0.2",
"c8": "^7.11.3",
"@stryker-mutator/core": "^6.1.2",
"c8": "^7.12.0",
"madge": "^5.0.1",
"prettier": "^2.7.0",
"tsd": "^0.21.0",
"typescript": "^4.8.0-dev.20220529",
"uvu": "^0.5.3"
"prettier": "^2.7.1",
"tsd": "^0.22.0",
"typescript": "^4.8.0-dev.20220729",
"uvu": "^0.5.6"
},

@@ -79,0 +79,0 @@ "publishConfig": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc