🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

zx

Package Overview
Dependencies
Maintainers
2
Versions
218
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

to
8.5.2

1

build/core.d.ts

@@ -13,2 +13,3 @@ /// <reference types="node" />

export * as os from 'node:os';
import { Buffer } from 'node:buffer';
export { log, type LogEntry } from './log.js';

@@ -15,0 +16,0 @@ export { chalk, which, ps } from './vendor-core.js';

import { type RequestInfo, type RequestInit } from './vendor-core.js';
import { type Buffer } from 'node:buffer';
export type LogEntry = {

@@ -3,0 +4,0 @@ verbose?: boolean;

@@ -0,1 +1,2 @@

import { type Buffer } from 'node:buffer';
export declare function transformMarkdown(buf: Buffer | string): string;
import { type Mode } from 'node:fs';
import { type Buffer } from 'node:buffer';
import { type TSpawnStoreChunks } from './vendor-core.js';

@@ -3,0 +4,0 @@ export { isStringLiteral } from './vendor-core.js';

4

build/vendor-core.d.ts

@@ -350,3 +350,5 @@ // Generated by dts-bundle-generator v9.5.1

export type RequestInfo = Parameters<typeof globalThis.fetch>[0];
type RequestInit$1 = Parameters<typeof globalThis.fetch>[1];
type RequestInit$1 = Parameters<typeof globalThis.fetch>[1] & {
signal?: AbortSignal;
};
declare const chalk$1: typeof chalk;

@@ -353,0 +355,0 @@ declare const which$1: typeof which;

{
"name": "zx",
"version": "8.5.0",
"version": "8.5.2",
"description": "A tool for writing better scripts",

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

@@ -25,3 +25,3 @@ <h1><img src="https://google.github.io/zx/img/logo.svg" alt="Zx logo" height="32" valign="middle"> zx</h1>

requires additional hassle before using. The `zx` package provides
useful wrappers around `child_process`, escapes arguments and
useful cross-platform wrappers around `child_process`, escapes arguments and
gives sensible defaults.

@@ -34,2 +34,3 @@

```
Complete installation instructions: [zx/setup](https://google.github.io/zx/setup)

@@ -36,0 +37,0 @@ ## Documentation

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