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

@keg-hub/cli-utils

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keg-hub/cli-utils - npm Package Compare versions

Comparing version 0.5.1 to 0.6.0

4

package.json
{
"name": "@keg-hub/cli-utils",
"version": "0.5.1",
"version": "0.6.0",
"description": "Utility methods for writing Custom Tasks consumed by the Keg-CLI",

@@ -34,3 +34,3 @@ "main": "index.js",

"axios": "0.24.0",
"@keg-hub/args-parse": "^7.1.0",
"@keg-hub/args-parse": "8.0.0",
"@keg-hub/ask-it": "^1.1.0",

@@ -37,0 +37,0 @@ "@keg-hub/jsutils": "8.8.0",

module.exports = {
...require('./error'),
...require('./throwNoTapLoc'),
...require('./throwRequired'),
...require('./throwNoTapLoc')
}

@@ -22,3 +22,3 @@ #!/usr/bin/env node

*/
const runTask = async (customTasks, customDefParams) => {
const runTask = async (customTasks, customDefParams, parseConfig) => {
const globalConfig = getKegGlobalConfig(false)

@@ -44,3 +44,3 @@

params: deepMerge(defParams, customDefParams)
})
}, parseConfig)

@@ -47,0 +47,0 @@ // Call the task action, and pass in args matching the same as the Keg-CLI args

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