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

buzz

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buzz - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

LICENSE

17

package.json
{
"name" : "buzz"
, "version" : "0.0.2"
, "version" : "0.0.3"
, "description" : "Buzz is an app to kill an app and then restart it, over and over again. Similar to Forever."

@@ -12,8 +12,17 @@ , "homepage" :

}
, "keywords" : ["kill","restart","forever"]
, "keywords" : ["kill","restart","forever","buzz"]
, "author" : "JP Richardson <jprichardson@gmail.com>"
, "licenses" : ["MIT"]
, "licenses" : [
{
"type" : "MIT"
,"url" : "http://github.com/jprichardson/buzz/raw/master/LICENSE"
}
]
, "dependencies" : { "coffee-script" : ">=1.0.1"}
, "bin" : "bin/buzz"
, "bin" : {
"buzz" : "./bin/buzz"
, "buzz_test" : "./bin/buzz_test"
, "smarty_pants" : "./bin/smarty_pants"
}
, "main" : "buzz"
}
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