Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1.9 to 0.1.10

2

dist/utilsConfig.js

@@ -16,3 +16,3 @@ "use strict";

if (!valid) {
throw new Error(((options === null || options === void 0 ? void 0 : options.errorMessage) || 'Cannot read configuration') + "\n\n" +
throw new Error(((options === null || options === void 0 ? void 0 : options.errorMessage) || 'Cannot read configuration') + "\n" +
ajv.errorsText());

@@ -19,0 +19,0 @@ }

{
"name": "@goldstack/utils-config",
"version": "0.1.9",
"version": "0.1.10",
"description": "Utilities to work with JSON configuration files.",

@@ -23,4 +23,4 @@ "license": "MIT",

"dependencies": {
"@goldstack/utils-log": "0.1.16",
"@goldstack/utils-sh": "0.1.9",
"@goldstack/utils-log": "0.1.17",
"@goldstack/utils-sh": "0.1.10",
"ajv": "^6.12.2",

@@ -27,0 +27,0 @@ "handlebars": "^4.7.6"

Sorry, the diff of this file is not supported yet

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