Socket
Socket
Sign inDemoInstall

sfx

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "sfx",
"version": "0.1.0",
"version": "0.1.1",
"description": "Sound effects for your node programs",

@@ -5,0 +5,0 @@ "main": "sfx.js",

@@ -97,3 +97,6 @@ var exec = require("child_process").exec,

if(process.platform !== "darwin") return console.log("`say` is a darwin only feature. Sorry dudes.");
if(process.platform !== "darwin") {
if(callback) return callback();
else return console.log("`say` is a darwin only feature. Sorry, for now.");
}

@@ -100,0 +103,0 @@ var voices = "Agnes,Albert,Alex,Bad News,Bahh,Bells,Boing,Bruce,Bubbles,Cellos,Deranged,Fred,Good News,Hysterical,Junior,Kathy,Pipe Organ,Princess,Ralph,Trinoids,Vicki,Victoria,Whisper,Zarvox".split(",").map(function(v) {

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