Comparing version
#!/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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
13
-7.14%874379
024678
0