Socket
Socket
Sign inDemoInstall

breakfast-machine

Package Overview
Dependencies
27
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 1.0.0

6

bin/cmd.js

@@ -13,3 +13,2 @@ #!/usr/bin/env node

var child = spawn(command, args);
var playSong = fork(songPath, {

@@ -19,4 +18,5 @@ silent: true

child.stdout.pipe(process.stdout);
child.stderr.pipe(process.stderr);
var child = spawn(command, args, {
stdio: 'inherit'
});

@@ -23,0 +23,0 @@ child.on('close', function () {

{
"name": "breakfast-machine",
"version": "0.0.5",
"version": "1.0.0",
"description": "automate your scripts with a soundtrack",

@@ -14,3 +14,4 @@ "main": "index.js",

],
"author": "Myles Borins <myles@famo.us>",
"author": "Myles Borins <myles.borins@gmail.com>",
"repository": "https://github.com/thealphanerd/breakfast-machine",
"license": "ISC",

@@ -27,5 +28,5 @@ "preferGlobal": "true",

"lame": "^1.1.0",
"minimist": "^0.2.0",
"speaker": "^0.2.1"
"minimist": "^1.2.0",
"speaker": "^0.3.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc