Comparing version 8.1.4-dev.a262a21 to 8.1.4-dev.d7d074d
@@ -12,2 +12,3 @@ import * as _ from './index.js'; | ||
var chalk: typeof _.chalk; | ||
var defaults: typeof _.defaults; | ||
var echo: typeof _.echo; | ||
@@ -14,0 +15,0 @@ var expBackoff: typeof _.expBackoff; |
@@ -331,4 +331,4 @@ // Generated by dts-bundle-generator v9.5.1 | ||
}; | ||
export type RequestInfo = Parameters<typeof fetch>[0]; | ||
type RequestInit$1 = Parameters<typeof fetch>[1]; | ||
export type RequestInfo = Parameters<typeof globalThis.fetch>[0]; | ||
type RequestInit$1 = Parameters<typeof globalThis.fetch>[1]; | ||
@@ -335,0 +335,0 @@ export { |
{ | ||
"name": "zx", | ||
"version": "8.1.4-dev.a262a21", | ||
"version": "8.1.4-dev.d7d074d", | ||
"description": "A tool for writing better scripts", | ||
@@ -66,3 +66,2 @@ "type": "module", | ||
"build": "npm run build:js && npm run build:dts", | ||
"build:check": "tsc", | ||
"build:js": "node scripts/build-js.mjs --format=cjs --hybrid --entry=src/*.ts && npm run build:vendor", | ||
@@ -72,7 +71,9 @@ "build:vendor": "node scripts/build-js.mjs --format=cjs --entry=src/vendor-*.ts --bundle=all", | ||
"pretest": "npm run build", | ||
"test": "npm run test:size && npm run test:unit && npm run test:types && npm run test:license", | ||
"test": "npm run test:size && npm run fmt:check && npm run test:unit && npm run test:types && npm run test:license", | ||
"test:unit": "node ./test/all.test.js", | ||
"test:coverage": "c8 -x build/deno.js -x build/vendor-extra.cjs -x build/vendor-core.cjs -x build/esblib.cjs -x 'test/**' -x scripts --check-coverage npm run test:unit", | ||
"test:circular": "madge --circular src/*", | ||
"test:types": "tsd", | ||
"test:license": "node ./test/extra.test.js", | ||
"test:audit": "npm audit fix", | ||
"test:size": "size-limit", | ||
@@ -87,3 +88,2 @@ "test:smoke:tsx": "tsx test/smoke/ts.test.ts", | ||
"test:smoke:deno": "deno test ./test/smoke/deno.test.js --allow-read --allow-sys --allow-env --allow-run", | ||
"coverage": "c8 -x build/deno.js -x build/vendor-extra.cjs -x build/vendor-core.cjs -x build/esblib.cjs -x 'test/**' -x scripts --check-coverage npm test", | ||
"version": "cat package.json | fx .version" | ||
@@ -113,2 +113,3 @@ }, | ||
"esbuild-plugin-hybrid-export": "^0.2.4", | ||
"esbuild-plugin-resolve": "^2.0.0", | ||
"esbuild-plugin-transform-hook": "^0.1.1", | ||
@@ -115,0 +116,0 @@ "esbuild-plugin-utils": "^0.1.0", |
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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
35
13
828729
35
23279