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

@goldstack/utils-config

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goldstack/utils-config - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

8

package.json
{
"name": "@goldstack/utils-config",
"version": "0.3.3",
"version": "0.3.4",
"description": "Utilities to work with JSON configuration files.",

@@ -39,4 +39,4 @@ "keywords": [

"dependencies": {
"@goldstack/utils-log": "0.2.1",
"@goldstack/utils-sh": "0.4.3",
"@goldstack/utils-log": "0.2.2",
"@goldstack/utils-sh": "0.4.4",
"ajv": "^6.12.2",

@@ -46,3 +46,3 @@ "handlebars": "^4.7.6"

"devDependencies": {
"@goldstack/utils-git": "0.1.22",
"@goldstack/utils-git": "0.1.23",
"@types/jest": "^25.2.3",

@@ -49,0 +49,0 @@ "@types/node": "^14.0.6",

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

# Utils config
# Goldstack Configuration Utility
This library provides a means to validate JSON based configuration files using JSON schema.
See [utilsConfig.ts](https://github.com/goldstack/goldstack-lib/blob/master/packages/utils-config/src/utilsConfig.ts).
[ajv](https://github.com/ajv-validator/ajv) is used to validate the schema.
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