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

zx

Package Overview
Dependencies
Maintainers
2
Versions
156
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 8.1.4-dev.a262a21 to 8.1.4-dev.d7d074d

1

build/globals.d.ts

@@ -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;

4

build/vendor-core.d.ts

@@ -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

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