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.14.0 to 1.15.0

17

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

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

},
"exports": {
"./package.json": "./package.json",
"./schemas/storm.schema.json": "./schemas/storm.schema.json",
"./presets/base.json": "./presets/base.json",
".": {
"types": "./declarations.d.ts",
"import": "./index.js",
"require": "./index.cjs"
}
},
"main": "./index.cjs",
"module": "./index.js",
"types": "declarations.d.ts",
"files": [
"presets",
"schema",
"dist"
],
"dependencies": {

@@ -16,0 +31,0 @@ "zod": "3.23.4"

2

presets/base.json

@@ -12,3 +12,3 @@ {

"outputDirectory": "node_modules/.storm",
"packageManager": "npm",
"packageManager": "pnpm",
"externalPackagePatterns": ["@storm-software/"],

@@ -15,0 +15,0 @@ "colors": {

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