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

zx

Package Overview
Dependencies
Maintainers
0
Versions
164
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.3.0-dev.504a960 to 8.3.0

2

build/util.d.ts

@@ -49,1 +49,3 @@ import { type RequestInfo, type RequestInit } from './vendor-core.js';

export declare const parseBool: (v: string) => boolean | string;
export declare const parseDotenv: (content: string) => NodeJS.ProcessEnv;
export declare const readEnvFromFile: (filepath: string, env?: NodeJS.ProcessEnv) => NodeJS.ProcessEnv;

@@ -13,2 +13,3 @@ "use strict";

parseBool,
parseDotenv,
parseDuration,

@@ -20,2 +21,3 @@ preferLocalBin,

randomId,
readEnvFromFile,
tempdir,

@@ -34,2 +36,3 @@ tempfile,

parseBool,
parseDotenv,
parseDuration,

@@ -41,2 +44,3 @@ preferLocalBin,

randomId,
readEnvFromFile,
tempdir,

@@ -43,0 +47,0 @@ tempfile,

2

package.json
{
"name": "zx",
"version": "8.3.0-dev.504a960",
"version": "8.3.0",
"description": "A tool for writing better scripts",

@@ -5,0 +5,0 @@ "type": "module",

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

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