node-version-utils
Advanced tools
@@ -1,2 +0,2 @@ | ||
| export { default as spawnOptions } from './spawnOptions.ts'; | ||
| export type * from './types.ts'; | ||
| export { default as spawnOptions } from './spawnOptions.js'; | ||
| export type * from './types.js'; |
@@ -1,2 +0,2 @@ | ||
| export { default as spawnOptions } from './spawnOptions.ts'; | ||
| export type * from './types.ts'; | ||
| export { default as spawnOptions } from './spawnOptions.js'; | ||
| export type * from './types.js'; |
@@ -1,2 +0,2 @@ | ||
| import type { SpawnOptions } from './types.ts'; | ||
| import type { SpawnOptions } from './types.js'; | ||
| export default function spawnOptions(installPath: string, options?: SpawnOptions): SpawnOptions; |
@@ -1,2 +0,2 @@ | ||
| import type { SpawnOptions } from './types.ts'; | ||
| import type { SpawnOptions } from './types.js'; | ||
| export default function spawnOptions(installPath: string, options?: SpawnOptions): SpawnOptions; |
@@ -1,2 +0,2 @@ | ||
| export { default as spawnOptions } from './spawnOptions.ts'; | ||
| export type * from './types.ts'; | ||
| export { default as spawnOptions } from './spawnOptions.js'; | ||
| export type * from './types.js'; |
@@ -1,2 +0,2 @@ | ||
| import type { SpawnOptions } from './types.ts'; | ||
| import type { SpawnOptions } from './types.js'; | ||
| export default function spawnOptions(installPath: string, options?: SpawnOptions): SpawnOptions; |
+1
-1
| { | ||
| "name": "node-version-utils", | ||
| "version": "1.3.5", | ||
| "version": "1.3.6", | ||
| "description": "Utilities for running commands on a specific version of node by installed path", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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