New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@storm-software/config

Package Overview
Dependencies
Maintainers
2
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storm-software/config - npm Package Compare versions

Comparing version 1.101.20 to 1.101.21

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 1.101.21 (2025-02-04)
### Miscellaneous
- **monorepo:** Regenerate README markdown files ([f151d13e9](https://github.com/storm-software/storm-ops/commit/f151d13e9))
## 1.101.20 (2025-02-04)

@@ -2,0 +8,0 @@

156

dist/define-config.d.ts

@@ -25,21 +25,5 @@ import { StormConfigInput } from './types.js';

colors: {
fatal?: string | undefined;
success?: string | undefined;
info?: string | undefined;
dark?: string | undefined;
light?: string | undefined;
brand?: string | undefined;
alternate?: string | undefined;
accent?: string | undefined;
link?: string | undefined;
help?: string | undefined;
warning?: string | undefined;
danger?: string | undefined;
positive?: string | undefined;
negative?: string | undefined;
} | {
dark: {
fatal?: string | undefined;
success?: string | undefined;
info?: string | undefined;
foreground?: string | undefined;
background?: string | undefined;
brand?: string | undefined;

@@ -50,13 +34,13 @@ alternate?: string | undefined;

help?: string | undefined;
success?: string | undefined;
info?: string | undefined;
warning?: string | undefined;
danger?: string | undefined;
fatal?: string | undefined;
positive?: string | undefined;
negative?: string | undefined;
};
light: {
foreground?: string | undefined;
background?: string | undefined;
};
light: {
fatal?: string | undefined;
success?: string | undefined;
info?: string | undefined;
brand?: string | undefined;

@@ -67,30 +51,30 @@ alternate?: string | undefined;

help?: string | undefined;
success?: string | undefined;
info?: string | undefined;
warning?: string | undefined;
danger?: string | undefined;
fatal?: string | undefined;
positive?: string | undefined;
negative?: string | undefined;
foreground?: string | undefined;
background?: string | undefined;
};
} | {
brand?: string | undefined;
alternate?: string | undefined;
accent?: string | undefined;
link?: string | undefined;
help?: string | undefined;
success?: string | undefined;
info?: string | undefined;
warning?: string | undefined;
danger?: string | undefined;
fatal?: string | undefined;
positive?: string | undefined;
negative?: string | undefined;
dark?: string | undefined;
light?: string | undefined;
} | {
base: {
fatal?: string | undefined;
success?: string | undefined;
info?: string | undefined;
dark?: string | undefined;
light?: string | undefined;
brand?: string | undefined;
alternate?: string | undefined;
accent?: string | undefined;
link?: string | undefined;
help?: string | undefined;
warning?: string | undefined;
danger?: string | undefined;
positive?: string | undefined;
negative?: string | undefined;
} | {
dark: {
fatal?: string | undefined;
success?: string | undefined;
info?: string | undefined;
foreground?: string | undefined;
background?: string | undefined;
brand?: string | undefined;

@@ -101,13 +85,13 @@ alternate?: string | undefined;

help?: string | undefined;
success?: string | undefined;
info?: string | undefined;
warning?: string | undefined;
danger?: string | undefined;
fatal?: string | undefined;
positive?: string | undefined;
negative?: string | undefined;
};
light: {
foreground?: string | undefined;
background?: string | undefined;
};
light: {
fatal?: string | undefined;
success?: string | undefined;
info?: string | undefined;
brand?: string | undefined;

@@ -118,30 +102,30 @@ alternate?: string | undefined;

help?: string | undefined;
success?: string | undefined;
info?: string | undefined;
warning?: string | undefined;
danger?: string | undefined;
fatal?: string | undefined;
positive?: string | undefined;
negative?: string | undefined;
foreground?: string | undefined;
background?: string | undefined;
};
} | {
brand?: string | undefined;
alternate?: string | undefined;
accent?: string | undefined;
link?: string | undefined;
help?: string | undefined;
success?: string | undefined;
info?: string | undefined;
warning?: string | undefined;
danger?: string | undefined;
fatal?: string | undefined;
positive?: string | undefined;
negative?: string | undefined;
dark?: string | undefined;
light?: string | undefined;
};
} | Record<string, {
fatal?: string | undefined;
success?: string | undefined;
info?: string | undefined;
dark?: string | undefined;
light?: string | undefined;
brand?: string | undefined;
alternate?: string | undefined;
accent?: string | undefined;
link?: string | undefined;
help?: string | undefined;
warning?: string | undefined;
danger?: string | undefined;
positive?: string | undefined;
negative?: string | undefined;
} | {
dark: {
fatal?: string | undefined;
success?: string | undefined;
info?: string | undefined;
foreground?: string | undefined;
background?: string | undefined;
brand?: string | undefined;

@@ -152,13 +136,13 @@ alternate?: string | undefined;

help?: string | undefined;
success?: string | undefined;
info?: string | undefined;
warning?: string | undefined;
danger?: string | undefined;
fatal?: string | undefined;
positive?: string | undefined;
negative?: string | undefined;
};
light: {
foreground?: string | undefined;
background?: string | undefined;
};
light: {
fatal?: string | undefined;
success?: string | undefined;
info?: string | undefined;
brand?: string | undefined;

@@ -169,13 +153,29 @@ alternate?: string | undefined;

help?: string | undefined;
success?: string | undefined;
info?: string | undefined;
warning?: string | undefined;
danger?: string | undefined;
fatal?: string | undefined;
positive?: string | undefined;
negative?: string | undefined;
foreground?: string | undefined;
background?: string | undefined;
};
} | {
brand?: string | undefined;
alternate?: string | undefined;
accent?: string | undefined;
link?: string | undefined;
help?: string | undefined;
success?: string | undefined;
info?: string | undefined;
warning?: string | undefined;
danger?: string | undefined;
fatal?: string | undefined;
positive?: string | undefined;
negative?: string | undefined;
dark?: string | undefined;
light?: string | undefined;
}>;
name?: string | undefined;
$schema?: string | null | undefined;
extends?: string | string[] | undefined;
name?: string | undefined;
namespace?: string | undefined;

@@ -198,7 +198,7 @@ organization?: string | undefined;

locale?: string | undefined;
logLevel?: "silent" | "fatal" | "error" | "warn" | "success" | "info" | "debug" | "trace" | "all" | undefined;
logLevel?: "success" | "info" | "fatal" | "silent" | "error" | "warn" | "debug" | "trace" | "all" | undefined;
skipConfigLogging?: boolean | undefined;
registry?: {
github?: string | undefined;
npm?: string | undefined;
github?: string | undefined;
cargo?: string | undefined;

@@ -205,0 +205,0 @@ cyclone?: string | undefined;

{
"name": "@storm-software/config",
"version": "1.101.20",
"version": "1.101.21",
"type": "module",

@@ -5,0 +5,0 @@ "description": "Configuration management tools and schemas for Storm Software projects, providing a standardized approach to handle project settings and presets.",

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

[![Version](https://img.shields.io/badge/version-1.101.19-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.101.20-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)

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

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 too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc