Comparing version
@@ -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'; |
@@ -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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances 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
874973
0.6%24716
0.54%44
2.33%37
-9.76%