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

biquad

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

biquad - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

index.js

@@ -11,4 +11,4 @@ 'use strict';

*/
function _createBiquadFilter(defaults) {
return function(context, opts) {
function _createBiquadFilter (defaults) {
return function (context, opts) {
if (audioContext) {

@@ -22,3 +22,3 @@ opts = context;

Object.keys(opts).forEach(function(option) {
Object.keys(opts).forEach(function (option) {
if (option !== 'type') {

@@ -48,3 +48,3 @@ filter[option].value = opts[option];

module.exports = function setContext(context) {
module.exports = function setContext (context) {
audioContext = context;

@@ -51,0 +51,0 @@ return {

{
"name": "biquad",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tiny utility for creating biquad filter nodes.",

@@ -10,3 +10,3 @@ "main": "index.js",

"name": "Ben Briggs",
"email": "therealbenbriggs@hotmail.com",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"

@@ -13,0 +13,0 @@ },

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