Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@storm-software/config-tools

Package Overview
Dependencies
Maintainers
2
Versions
341
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.5.13 to 1.5.14

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.5.13](https://github.com/storm-software/storm-ops/compare/config-tools-v1.5.12...config-tools-v1.5.13) (2023-12-21)
### Bug Fixes
* **config-tools:** Add workspace root parameter to config creator ([a22f0fb](https://github.com/storm-software/storm-ops/commit/a22f0fb10970bf49c4ab384ef9a4e8988ef6f372))
## [1.5.12](https://github.com/storm-software/storm-ops/compare/config-tools-v1.5.11...config-tools-v1.5.12) (2023-12-21)

@@ -2,0 +9,0 @@

12

declarations.d.ts

@@ -26,2 +26,11 @@ import * as z from "zod";

*/
declare function createConfig(workspaceRoot?: string): StormConfig;
export { createConfig };
/**
* Type-check to determine if `obj` is a `StormError` object
*
* @param value - the object to check
* @returns The function isStormError is returning a boolean value.
*/
declare function createStormConfig<

@@ -34,4 +43,5 @@ TExtensionName extends

extensionName?: TExtensionName,
schema?: TExtensionSchema
schema?: TExtensionSchema,
workspaceRoot?: string
): StormConfig<TExtensionName, TExtensionConfig>;
export { createStormConfig };

2

package.json
{
"name": "@storm-software/config-tools",
"version": "1.5.13",
"version": "1.5.14",
"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.",

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