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

cli-watch

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-watch - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

package.json
{
"name": "cli-watch",
"version": "1.0.5",
"version": "1.0.6",
"description": "A file watch command line tool for run shell while file changed.",

@@ -28,5 +28,5 @@ "main": "index.js",

"debug": "~2.2.0",
"gaze": "~1.0.0",
"gaze": "^1.1.2",
"shelljs": "^0.7.5"
}
}

@@ -15,3 +15,3 @@ cli-watch is a cmd tool to run shell while files changed.

`watch -f *.js -r 'uglifyjs ${p} -o ${n}.min.js'`
`watch -f '*.js' -r 'uglifyjs ${p} -o ${n}.min.js'`

@@ -18,0 +18,0 @@

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