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

@goldstack/utils-cli

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goldstack/utils-cli - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

12

package.json
{
"name": "@goldstack/utils-cli",
"version": "0.2.5",
"version": "0.2.6",
"description": "Utilities for building command line interfaces.",

@@ -25,11 +25,11 @@ "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",
"prepublishOnly": "yarn run build",
"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\"",

@@ -39,3 +39,3 @@ "version:apply:force": "yarn version $@ && yarn version apply"

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

@@ -42,0 +42,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