🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

alert-sound-notify

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alert-sound-notify - npm Package Compare versions

Comparing version

to
0.0.5

;(function(process){ require.m = { 0:[function(require,module,exports){ window.playAlert = require('./');
},{"./":1}],1:[function(require,module,exports){ var play = require('play-audio-notify'),
content = require('./content'),
playing = play().autoplay();
playing = play(content['bottle']).autoplay();

@@ -6,0 +6,0 @@ module.exports = playAlert;

var play = require('play-audio-notify'),
content = require('./content'),
playing = play().autoplay();
playing = play(content['bottle']).autoplay();

@@ -5,0 +5,0 @@ module.exports = playAlert;

{
"name": "alert-sound-notify",
"version": "0.0.4",
"version": "0.0.5",
"description": "Play Sound Alerts",

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