Socket
Socket
Sign inDemoInstall

zx

Package Overview
Dependencies
56
Maintainers
2
Versions
114
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.2.1 to 7.2.2

2

build/deps.js

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

];
const nameRe = /^(?<name>(@[a-z0-9-]+\/)?[a-z0-9-]+)\/?.*$/i;
const nameRe = /^(?<name>(@[a-z0-9-]+\/)?[a-z0-9-.]+)\/?.*$/i;
const versionRe = /(\/\/|\/\*)\s*@(?<version>[~^]?([\dvx*]+([-.][\dx*]+)*))/i;

@@ -90,0 +90,0 @@ export function parseDeps(content) {

{
"name": "zx",
"version": "7.2.1",
"version": "7.2.2",
"description": "A tool for writing better scripts.",

@@ -46,7 +46,8 @@ "type": "module",

"build:check": "tsc",
"test": "npm run build && PATH=$(env -i bash -c 'echo $PATH') node_modules/.bin/uvu test -i fixtures",
"test": "npm run build && uvu test -i fixtures",
"test:types": "tsd",
"coverage": "c8 --check-coverage npm test -- -i package",
"mutation": "stryker run",
"circular": "madge --circular src/*"
"circular": "madge --circular src/*",
"version": "cat package.json | fx .version"
},

@@ -56,22 +57,23 @@ "dependencies": {

"@types/minimist": "^1.2.2",
"@types/node": "^18.14.2",
"@types/node": "^18.16.3",
"@types/ps-tree": "^1.1.2",
"@types/which": "^2.0.2",
"@types/which": "^3.0.0",
"chalk": "^5.2.0",
"fs-extra": "^11.1.0",
"globby": "^13.1.3",
"fs-extra": "^11.1.1",
"fx": "*",
"globby": "^13.1.4",
"minimist": "^1.2.8",
"node-fetch": "3.2.10",
"node-fetch": "3.3.1",
"ps-tree": "^1.2.0",
"webpod": "^0",
"which": "^3.0.0",
"yaml": "^2.2.1"
"yaml": "^2.2.2"
},
"devDependencies": {
"@stryker-mutator/core": "^6.4.1",
"@stryker-mutator/core": "^6.4.2",
"c8": "^7.13.0",
"madge": "^6.0.0",
"prettier": "^2.8.4",
"tsd": "^0.25.0",
"typescript": "^4.9.5",
"prettier": "^2.8.8",
"tsd": "^0.28.1",
"typescript": "^5.0.4",
"uvu": "^0.5.6"

@@ -78,0 +80,0 @@ },

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