Socket
Socket
Sign inDemoInstall

browser-beep

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

1

index.js

@@ -8,2 +8,3 @@ var FREQUENCY = 440

if (!options) options = {}
window.AudioContext = window.AudioContext || window.webkitAudioContext
var context = options.context || new window.AudioContext()

@@ -10,0 +11,0 @@ var frequency = options.frequency || FREQUENCY

2

package.json
{
"name": "browser-beep",
"version": "1.0.1",
"version": "1.0.2",
"description": "Beeping sound in browser using Web Audio API",

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

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