🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

audio-filter

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audio-filter - npm Package Compare versions

Comparing version
2.2.0
to
2.2.1
+9
-2
package.json
{
"name": "audio-filter",
"version": "2.2.0",
"version": "2.2.1",
"type": "module",
"sideEffects": false,
"description": "Audio filters – weighting, auditory, analog, speech, eq, effects",

@@ -9,7 +10,13 @@ "exports": {

"./weighting": "./weighting/index.js",
"./weighting/*.js": "./weighting/*.js",
"./auditory": "./auditory/index.js",
"./auditory/*.js": "./auditory/*.js",
"./analog": "./analog/index.js",
"./analog/*.js": "./analog/*.js",
"./speech": "./speech/index.js",
"./speech/*.js": "./speech/*.js",
"./eq": "./eq/index.js",
"./effect": "./effect/index.js"
"./eq/*.js": "./eq/*.js",
"./effect": "./effect/index.js",
"./effect/*.js": "./effect/*.js"
},

@@ -16,0 +23,0 @@ "types": "./index.d.ts",