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.1.1 to 0.2.0

lib/cmd.js

6

CHANGELOG.md

@@ -0,1 +1,7 @@

2013-10-16 / 0.2.0
------------------
* added deps: `commander`, and `colors`
* cli has changed
* added param `delay`
2013-02-26 / 0.1.1

@@ -2,0 +8,0 @@ ------------------

15

package.json
{
"name": "buzz",
"version": "0.1.1",
"version": "0.2.0",
"description": "Buzz is a command line app to kill an app and then restart it, over and over again. Similar to Forever.",
"homepage": [
"https://github.com/jprichardson/buzz"
],
"repository": {

@@ -28,3 +25,5 @@ "type": "git",

"dependencies": {
"death": "~0.1.0"
"death": "~0.1.0",
"commander": "~2.0.0",
"colors": "~0.6.2"
},

@@ -35,3 +34,7 @@ "bin": {

"main": "buzz",
"preferGlobal": true
"preferGlobal": true,
"devDependencies": {
"testutil": "~0.6.0",
"mocha": "*"
}
}
.npmignore

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