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

zx

Package Overview
Dependencies
Maintainers
2
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zx - npm Package Compare versions

Comparing version 1.2.2 to 1.3.0

8

package.json
{
"name": "zx",
"version": "1.2.2",
"version": "1.3.0",
"description": "A tool for writing better scripts",

@@ -10,2 +10,5 @@ "main": "index.mjs",

},
"engines": {
"node": ">= 14.8.0"
},
"scripts": {

@@ -18,3 +21,4 @@ "test": "node zx.mjs test.mjs"

"shq": "^1.0.2",
"uuid": "^8.3.2"
"uuid": "^8.3.2",
"which": "^2.0.2"
},

@@ -21,0 +25,0 @@ "publishConfig": {

@@ -143,3 +143,3 @@ # 🐚 zx

The [chalk](https://www.npmjs.com/package/chalk) package available without
The [chalk](https://www.npmjs.com/package/chalk) package is available without
importing inside scripts.

@@ -153,3 +153,3 @@

The [fs](https://nodejs.org/api/fs.html) package available without importing
The [fs](https://nodejs.org/api/fs.html) package is available without importing
inside scripts.

@@ -169,3 +169,3 @@

The [os](https://nodejs.org/api/os.html) package available without importing
The [os](https://nodejs.org/api/os.html) package is available without importing
inside scripts.

@@ -187,9 +187,12 @@

Specifies command what will be added to all command. Default is
`set -euo pipefail;`.
Specifies command what will be added to all command.
Default is `set -euo pipefail;`.
### `$.quote`
Specifies a function what will be used for escaping special characters in
command substitution. Default is [shq](https://www.npmjs.com/package/shq)
command substitution.
Default is [shq](https://www.npmjs.com/package/shq)
package.

@@ -196,0 +199,0 @@

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