🚀 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.4

2

build/cli.d.ts
#!/usr/bin/env node
import { transformMarkdown } from './md.js';
import { type minimist } from './vendor.js';
export declare const argv: minimist.ParsedArgs;
export declare function printUsage(): void;
export declare const argv: minimist.ParsedArgs;
export declare function main(): Promise<void>;

@@ -7,0 +7,0 @@ export { transformMarkdown };

@@ -63,5 +63,7 @@ /// <reference types="node" />

type Resolve = (out: ProcessOutput) => void;
type PromisifiedStream<D extends Writable> = D & PromiseLike<ProcessOutput & D>;
type PipeMethod = {
(dest: TemplateStringsArray, ...args: any[]): ProcessPromise;
<D extends Writable>(dest: D): D & PromiseLike<ProcessOutput & D>;
(file: string): PromisifiedStream<Writable>;
<D extends Writable>(dest: D): PromisifiedStream<D>;
<D extends ProcessPromise>(dest: D): D;

@@ -68,0 +70,0 @@ };

{
"name": "zx",
"version": "8.5.3",
"version": "8.5.4",
"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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet