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.13 to 0.3.14

2

dist/utilsConfig.js

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

const config = JSON.parse(data);
return exports.validateConfig(config, schema, options);
return (0, exports.validateConfig)(config, schema, options);
};

@@ -39,0 +39,0 @@ exports.parseConfig = parseConfig;

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

it('Should determine package paths', () => {
const paths = utilsConfig_1.getPackageConfigPaths('./../../');
const paths = (0, utilsConfig_1.getPackageConfigPaths)('./../../');
expect(paths.length).toBeGreaterThan(0);

@@ -9,0 +9,0 @@ });

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

@@ -17,3 +17,3 @@ "keywords": [

"type": "git",
"url": "https://github.com/goldstack/goldstack-lib.git"
"url": "https://github.com/goldstack/goldstack.git"
},

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

"dependencies": {
"@goldstack/utils-log": "0.2.5",
"@goldstack/utils-sh": "0.4.12",
"@goldstack/utils-log": "0.2.6",
"@goldstack/utils-sh": "0.4.13",
"ajv": "^6.12.2",

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

"devDependencies": {
"@goldstack/utils-git": "0.1.25",
"@goldstack/utils-git": "0.1.26",
"@types/jest": "^26.0.21",

@@ -53,4 +53,4 @@ "@types/node": "^14.0.6",

"ts-jest": "^26.5.4",
"typescript": "^4.3.4"
"typescript": "^4.4.3"
}
}

@@ -5,4 +5,4 @@ # Goldstack Configuration Utility

See [utilsConfig.ts](https://github.com/goldstack/goldstack-lib/blob/master/packages/utils-config/src/utilsConfig.ts).
See [utilsConfig.ts](https://github.com/goldstack/goldstack/blob/master/workspaces/templates-lib/packages/utils-config/src/utilsConfig.ts).
[ajv](https://github.com/ajv-validator/ajv) is used to validate the schema.

Sorry, the diff of this file is not supported yet

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