Comparing version 8.0.2-dev.086b500 to 8.0.2-dev.0eb81c9
#!/usr/bin/env node | ||
"use strict"; | ||
import './deno.js' | ||
const { | ||
@@ -3,0 +5,0 @@ |
@@ -23,2 +23,4 @@ import { spawn, spawnSync, StdioOptions, IOType } from 'node:child_process'; | ||
input?: string | Buffer | Readable | ProcessOutput | ProcessPromise; | ||
timeout?: Duration; | ||
timeoutSignal?: string; | ||
stdio: StdioOptions; | ||
@@ -25,0 +27,0 @@ verbose: boolean; |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
import './deno.js' | ||
const { | ||
@@ -2,0 +4,0 @@ $, |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
import './deno.js' | ||
const { | ||
@@ -2,0 +4,0 @@ installDeps, |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
import './deno.js' | ||
const { | ||
@@ -2,0 +4,0 @@ |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
import './deno.js' | ||
const { | ||
@@ -2,0 +4,0 @@ argv, |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
import './deno.js' | ||
const { | ||
@@ -2,0 +4,0 @@ YAML, |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
import './deno.js' | ||
const { | ||
@@ -2,0 +4,0 @@ startRepl |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
import './deno.js' | ||
const { | ||
@@ -2,0 +4,0 @@ errnoMessage, |
@@ -10,3 +10,3 @@ // Generated by dts-bundle-generator v9.5.1 | ||
import { Readable, Stream, Writable } from 'node:stream'; | ||
import { URL as URL$1 } from 'url'; | ||
import { URL as URL$1 } from 'node:url'; | ||
@@ -13,0 +13,0 @@ declare type ErrnoException = NodeJS.ErrnoException; |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
import './deno.js' | ||
const { | ||
@@ -2,0 +4,0 @@ YAML, |
{ | ||
"name": "zx", | ||
"version": "8.0.2-dev.086b500", | ||
"version": "8.0.2-dev.0eb81c9", | ||
"description": "A tool for writing better scripts", | ||
@@ -55,3 +55,3 @@ "type": "module", | ||
"engines": { | ||
"node": ">= 12.0.0" | ||
"node": ">= 12.17.0" | ||
}, | ||
@@ -66,4 +66,6 @@ "scripts": { | ||
"build:dts": "tsc --project tsconfig.prod.json && node scripts/build-dts.mjs", | ||
"test": "npm run build && npm run test:unit && npm run test:types && npm run test:license", | ||
"pretest": "npm run build", | ||
"test": "npm run test:unit && npm run test:types && npm run test:license", | ||
"test:unit": "node ./test/all.test.js", | ||
"test:circular": "madge --circular src/*", | ||
"test:types": "tsd", | ||
@@ -75,4 +77,4 @@ "test:license": "node ./test/extra.test.js", | ||
"test:smoke:mjs": "node ./test/smoke/node.test.mjs", | ||
"test:smoke:deno": "deno test ./test/smoke/deno.test.js --allow-read --allow-sys --allow-env --allow-run", | ||
"coverage": "c8 -x build/vendor.cjs -x build/esblib.cjs -x 'test/**' -x scripts --check-coverage npm test", | ||
"circular": "madge --circular src/*", | ||
"version": "cat package.json | fx .version" | ||
@@ -82,3 +84,3 @@ }, | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/node": ">=20.12.5" | ||
"@types/node": ">=20.12.11" | ||
}, | ||
@@ -97,12 +99,13 @@ "devDependencies": { | ||
"dts-bundle-generator": "^9.5.1", | ||
"esbuild": "^0.20.2", | ||
"esbuild-node-externals": "^1.13.0", | ||
"esbuild-plugin-entry-chunks": "^0.1.12", | ||
"esbuild-plugin-hybrid-export": "^0.2.1", | ||
"esbuild-plugin-transform-hook": "^0.0.1", | ||
"esbuild-plugin-extract-helpers": "^0.0.3", | ||
"esbuild": "^0.21.1", | ||
"esbuild-node-externals": "^1.13.1", | ||
"esbuild-plugin-utils": "^0.0.1", | ||
"esbuild-plugin-entry-chunks": "^0.1.14", | ||
"esbuild-plugin-hybrid-export": "^0.2.3", | ||
"esbuild-plugin-transform-hook": "^0.0.3", | ||
"esbuild-plugin-extract-helpers": "^0.0.5", | ||
"fs-extra": "^11.2.0", | ||
"fx": "*", | ||
"globby": "^14.0.1", | ||
"madge": "^6.1.0", | ||
"madge": "^7.0.0", | ||
"minimist": "^1.2.8", | ||
@@ -113,5 +116,5 @@ "node-abort-controller": "^3.1.1", | ||
"tsd": "^0.31.0", | ||
"typescript": "^5.4.4", | ||
"typescript": "^5.4.5", | ||
"which": "^4.0.0", | ||
"yaml": "^2.4.1", | ||
"yaml": "^2.4.2", | ||
"zurk": "^0.1.4" | ||
@@ -118,0 +121,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
32
35
14
886370
31
24181