@storm-software/config-tools
Advanced tools
+1
-1
@@ -28,2 +28,2 @@ export { getConfigFile, getConfigFileByName } from './config-file/get-config-file.cjs'; | ||
| import 'node:path'; | ||
| import 'child_process'; | ||
| import 'node:child_process'; |
+1
-1
@@ -28,2 +28,2 @@ export { getConfigFile, getConfigFileByName } from './config-file/get-config-file.js'; | ||
| import 'node:path'; | ||
| import 'child_process'; | ||
| import 'node:child_process'; |
@@ -14,2 +14,2 @@ export { applyWorkspaceBaseTokens, applyWorkspaceProjectTokens, applyWorkspaceTokens } from './apply-workspace-tokens.cjs'; | ||
| import 'node:path'; | ||
| import 'child_process'; | ||
| import 'node:child_process'; |
@@ -14,2 +14,2 @@ export { applyWorkspaceBaseTokens, applyWorkspaceProjectTokens, applyWorkspaceTokens } from './apply-workspace-tokens.js'; | ||
| import 'node:path'; | ||
| import 'child_process'; | ||
| import 'node:child_process'; |
@@ -1,2 +0,2 @@ | ||
| import * as child_process from 'child_process'; | ||
| import * as node_child_process from 'node:child_process'; | ||
| import { StormWorkspaceConfig } from '@storm-software/config'; | ||
@@ -33,4 +33,4 @@ | ||
| */ | ||
| declare const runAsync: (config: Partial<StormWorkspaceConfig>, command: string, cwd?: string, env?: NodeJS.ProcessEnv) => child_process.ChildProcess; | ||
| declare const runAsync: (config: Partial<StormWorkspaceConfig>, command: string, cwd?: string, env?: NodeJS.ProcessEnv) => node_child_process.ChildProcess; | ||
| export { type IOType, LARGE_BUFFER, type StdioOptions, run, runAsync }; |
@@ -1,2 +0,2 @@ | ||
| import * as child_process from 'child_process'; | ||
| import * as node_child_process from 'node:child_process'; | ||
| import { StormWorkspaceConfig } from '@storm-software/config'; | ||
@@ -33,4 +33,4 @@ | ||
| */ | ||
| declare const runAsync: (config: Partial<StormWorkspaceConfig>, command: string, cwd?: string, env?: NodeJS.ProcessEnv) => child_process.ChildProcess; | ||
| declare const runAsync: (config: Partial<StormWorkspaceConfig>, command: string, cwd?: string, env?: NodeJS.ProcessEnv) => node_child_process.ChildProcess; | ||
| export { type IOType, LARGE_BUFFER, type StdioOptions, run, runAsync }; |
+4
-4
| { | ||
| "name": "@storm-software/config-tools", | ||
| "version": "1.189.6", | ||
| "version": "1.189.7", | ||
| "type": "module", | ||
@@ -214,3 +214,3 @@ "description": "A package containing various utilities to support custom workspace configurations and environment management for Storm Software projects, including configuration file handling, environment variable management, and logging utilities.", | ||
| "@ltd/j-toml": "1.38.0", | ||
| "@storm-software/config": "^1.135.7", | ||
| "@storm-software/config": "^1.135.8", | ||
| "c12": "^2.0.4", | ||
@@ -226,6 +226,6 @@ "chalk": "^4.1.2", | ||
| }, | ||
| "devDependencies": { "@types/node": "^24.10.13", "tsup": "8.4.0" }, | ||
| "devDependencies": { "@types/node": "^25.3.0", "tsup": "8.4.0" }, | ||
| "publishConfig": { "access": "public" }, | ||
| "sideEffects": false, | ||
| "gitHead": "f9611db126b33c60336faef7eeff63eb1e8031b7" | ||
| "gitHead": "1246351be8bc0444be4f05feb8ddf68950fb4e39" | ||
| } |
+1
-1
@@ -30,3 +30,3 @@ <!-- START header --> | ||
| [](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/)  | ||
| [](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/)  | ||
@@ -33,0 +33,0 @@ <!-- prettier-ignore-start --> |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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 28 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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 28 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
399024
0.01%1
-85.71%