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

debounce-cmd

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debounce-cmd - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

6

package.json
{
"name": "debounce-cmd",
"version": "0.1.0",
"version": "0.2.0",
"description": "Debounce a command based on various factors",

@@ -35,3 +35,5 @@ "keywords": [

"build": "rm -rf dist/* && microbundle --strict --target node --output dist/cli.ts --format cjs --generateTypes false",
"type-check": "tsc --build"
"type-check": "tsc --build",
"preversion": "git checkout main && git pull",
"postversion": "git push --follow-tags && open https://github.com/dcastil/debounce-cmd/releases"
},

@@ -38,0 +40,0 @@ "dependencies": {

@@ -26,3 +26,3 @@ import execSh from 'exec-sh'

if (!debounceByTime && debounceByFiles.length === 0) {
execSh(command)
await execSh.promise(command)
return

@@ -67,3 +67,3 @@ }

execSh(command)
await execSh.promise(command)
}

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