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

audio-fingerprinting-file-reader

Package Overview
Dependencies
Maintainers
0
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audio-fingerprinting-file-reader - npm Package Compare versions

Comparing version

to
4.0.81

20

package.json

@@ -12,3 +12,3 @@ {

"dependencies": {
"@babel/runtime": "^7.26.9",
"@babel/runtime": "^7.26.10",
"tslib": "^2.8.1"

@@ -18,8 +18,8 @@ },

"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/core": "^7.26.10",
"@babel/plugin-external-helpers": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.26.9",
"@babel/plugin-transform-runtime": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-angular": "^19.7.1",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-angular": "^19.8.0",
"@rollup/plugin-babel": "^6.0.4",

@@ -30,3 +30,3 @@ "chai": "^4.3.10",

"eslint": "^8.57.0",
"eslint-config-holy-grail": "^60.0.21",
"eslint-config-holy-grail": "^60.0.25",
"grunt": "^1.6.1",

@@ -46,6 +46,6 @@ "grunt-cli": "^1.5.0",

"load-grunt-config": "^4.0.1",
"mocha": "^10.8.2",
"mocha": "^11.1.0",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"rollup": "^4.34.9",
"rollup": "^4.35.0",
"sinon": "^17.0.2",

@@ -82,6 +82,6 @@ "sinon-chai": "^3.7.0",

"prepublishOnly": "npm run build",
"test": "grunt lint && grunt test"
"test": "npm run lint && grunt test"
},
"types": "build/es2019/module.d.ts",
"version": "4.0.80"
"version": "4.0.81"
}