New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

noise-buffer

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noise-buffer - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

index.js

@@ -7,3 +7,3 @@ // courtesy of http://noisehack.com/generate-noise-web-audio-api/

var samples = length * sampleRate;
var context = new OfflineAudioContext(1, samples, sampleRate);
var context = new (window.OfflineAudioContext || window.webkitOfflineAudioContext)(1, samples, sampleRate);
var noiseBuffer = context.createBuffer(1, samples, sampleRate);

@@ -10,0 +10,0 @@ var output = noiseBuffer.getChannelData(0);

{
"name": "noise-buffer",
"version": "2.0.0",
"version": "2.0.1",
"description": "Generate `AudioBuffer`s of white noise.",

@@ -5,0 +5,0 @@ "repository": "github:itsjoesullivan/noise-buffer",

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