Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0 to 0.1.1

6

CHANGELOG.md

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

2013-02-26 / 0.1.1
------------------
* Now allows you to hit `^C` twice for a non-clean exit.
* Does not restart the process if it restarts more than 5 times in 10 seconds.
* On death of child process, it delays 250 ms before starting it again.
2013-01-07 / 0.1.0

@@ -3,0 +9,0 @@ -------------------

10

package.json
{
"name": "buzz",
"version": "0.1.0",
"description": "Buzz is an app to kill an app and then restart it, over and over again. Similar to Forever.",
"version": "0.1.1",
"description": "Buzz is a command line app to kill an app and then restart it, over and over again. Similar to Forever.",
"homepage": [

@@ -16,3 +16,5 @@ "https://github.com/jprichardson/buzz"

"forever",
"buzz"
"buzz",
"death",
"process"
],

@@ -27,3 +29,3 @@ "author": "JP Richardson <jprichardson@gmail.com>",

"dependencies": {
"death": "0.0.1"
"death": "~0.1.0"
},

@@ -30,0 +32,0 @@ "bin": {

2

README.md

@@ -10,3 +10,3 @@ Buzz

It's much simpler than Forever. Approximately 75 lines of JavaScript code.
It's much simpler than Forever. Approximately 100 lines of JavaScript code.
It displays your apps output to STDOUT and also displays any of your apps

@@ -13,0 +13,0 @@ STDERR output in red.

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