Socket
Socket
Sign inDemoInstall

@storm-software/config

Package Overview
Dependencies
Maintainers
2
Versions
127
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.12.0 to 1.12.1

12

CHANGELOG.md

@@ -0,1 +1,13 @@

## 1.12.1 (2024-04-24)
### 🩹 Fixes
- **config-tools:** Updates to the default values applied to the Storm config ([4cc78a98](https://github.com/storm-software/storm-ops/commit/4cc78a98))
### ❤️ Thank You
- Patrick Sullivan
## 1.12.0 (2024-04-24)

@@ -2,0 +14,0 @@

2

package.json
{
"name": "@storm-software/config",
"version": "1.12.0",
"version": "1.12.1",
"private": false,

@@ -5,0 +5,0 @@ "description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",

@@ -7,16 +7,31 @@ {

"locale": "en-US",
"logLevel": "debug",
"logLevel": "all",
"externalPackagePatterns": ["@storm-software/"],
"colors": {
"dark": "#1d232a",
"light": "#f4f4f5",
"primary": "#1fb2a6",
"secondary": "#0ea5e9",
"tertiary": "#ec5990",
"accent": "#6366f1",
"success": "#087f5b",
"info": "#0ea5e9",
"warning": "#fcc419",
"error": "#990000",
"fatal": "#7d1a1a"
"light": {
"background": "#f4f4f5",
"foreground": "#1c2128",
"primary": "#1fb2a6",
"secondary": "#0ea5e9",
"tertiary": "#ec5990",
"accent": "#6366f1",
"success": "#087f5b",
"info": "#0ea5e9",
"warning": "#fcc419",
"error": "#990000",
"fatal": "#7d1a1a"
},
"dark": {
"background": "#1c2128",
"foreground": "#fcfcf5",
"primary": "#1fb2a6",
"secondary": "#0ea5e9",
"tertiary": "#f778ba",
"accent": "#8957e5",
"success": "#56d364",
"info": "#58a6ff",
"warning": "#e3b341",
"error": "#f85149",
"fatal": "#b62324"
}
},

@@ -23,0 +38,0 @@ "extensions": {

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