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.3.14 to 0.3.15

16

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

@@ -25,7 +25,7 @@ "keywords": [

"build": "yarn clean && yarn compile",
"build:watch": "yarn clean && yarn compile:watch",
"build:watch": "yarn clean && yarn compile-watch",
"clean": "rm -rf ./dist",
"compile": "tsc -p tsconfig.json",
"compile:watch": "tsc -p tsconfig.json --watch",
"compile:watch:light": "nodemon --watch ./src/ -e '*' --exec 'yarn compile'",
"compile-watch": "tsc -p tsconfig.json --watch",
"compile-watch:light": "nodemon --watch ./src/ -e '*' --exec 'yarn compile'",
"coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js",

@@ -35,3 +35,3 @@ "generate:ts": "json2ts -i schemas/ -o src/generated --style.singleQuote",

"publish": "utils-git changed --exec \"yarn npm publish $@\"",
"test:ci": "jest --passWithNoTests --config=./jest.config.js",
"test-ci": "jest --passWithNoTests --config=./jest.config.js",
"version:apply": "utils-git changed --exec \"yarn version $@ && yarn version apply\"",

@@ -41,4 +41,4 @@ "version:apply:force": "yarn version $@ && yarn version apply"

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

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

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

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

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