Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@storm-software/config-tools

Package Overview
Dependencies
Maintainers
2
Versions
792
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storm-software/config-tools - npm Package Compare versions

Comparing version
1.189.6
to
1.189.7
+1
-1
dist/index.d.cts

@@ -28,2 +28,2 @@ export { getConfigFile, getConfigFileByName } from './config-file/get-config-file.cjs';

import 'node:path';
import 'child_process';
import 'node:child_process';

@@ -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 };
{
"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"
}

@@ -30,3 +30,3 @@ <!-- START header -->

[![Version](https://img.shields.io/badge/version-1.189.4-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
[![Version](https://img.shields.io/badge/version-1.189.6-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)

@@ -33,0 +33,0 @@ <!-- prettier-ignore-start -->