node-version-utils
Advanced tools
+2
-2
| { | ||
| "name": "node-version-utils", | ||
| "version": "1.3.6", | ||
| "version": "1.3.7", | ||
| "description": "Utilities for running commands on a specific version of node by installed path", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
| "main": "dist/cjs/index.js", | ||
| "types": "dist/cjs/index.d.cts", | ||
| "types": "dist/cjs/index.d.ts", | ||
| "files": [ | ||
@@ -34,0 +34,0 @@ "dist" |
| export { default as spawnOptions } from './spawnOptions.js'; | ||
| export type * from './types.js'; |
| export type Compare = (key: string) => boolean; | ||
| export default function startsCaseInsensitiveFn(string: string): Compare; |
| import type { SpawnOptions } from './types.js'; | ||
| export default function spawnOptions(installPath: string, options?: SpawnOptions): SpawnOptions; |
| export type { SpawnOptions } from 'cross-spawn-cb'; | ||
| export interface ProcessEnv extends NodeJS.ProcessEnv { | ||
| npm_config_prefix: string; | ||
| npm_node_execpath: string; | ||
| NODE: string; | ||
| NODE_EXE?: string; | ||
| } |
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
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
20808
-2.69%29
-12.12%