Socket
Socket
Sign inDemoInstall

zx

Package Overview
Dependencies
Maintainers
2
Versions
145
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.1.1 to 1.2.0

2

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

@@ -5,0 +5,0 @@ "main": "index.mjs",

@@ -57,4 +57,4 @@ # 🐚 zx

Then using `zx` bin or via shebang, all `$`, `cd`, `fetch`, etc
available without imports.
When using `zx` via bin or shebang, all `$`, `cd`, `fetch`, etc
are available without imports.

@@ -177,3 +177,3 @@ ### ``$`command` ``

Specifies what shell is used. Default is `/bin/bash`.
Specifies what shell is used. Default is `which bash`.

@@ -184,2 +184,13 @@ ```js

### `$.prefix`
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)
package.
### `$.verbose`

@@ -186,0 +197,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