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
1
Versions
137
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.20

36

package.json

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

"dependencies": {
"@babel/runtime": "^7.12.5",
"@babel/runtime": "^7.12.13",
"tslib": "^2.1.0"

@@ -18,13 +18,13 @@ },

"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-external-helpers": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/core": "^7.12.13",
"@babel/plugin-external-helpers": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.12.13",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-angular": "^11.0.0",
"@rollup/plugin-babel": "^5.2.2",
"chai": "^4.2.0",
"commitizen": "^4.2.2",
"@rollup/plugin-babel": "^5.2.3",
"chai": "^4.3.0",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.17.0",
"eslint": "^7.19.0",
"eslint-config-holy-grail": "^48.0.5",

@@ -35,3 +35,3 @@ "grunt": "^1.3.0",

"grunt-sh": "^0.2.0",
"husky": "^4.3.7",
"husky": "^4.3.8",
"karma": "^5.2.3",

@@ -42,3 +42,3 @@ "karma-chrome-launcher": "^3.1.0",

"karma-mocha": "^2.0.1",
"karma-sauce-launcher": "^4.3.4",
"karma-sauce-launcher": "^4.3.5",
"karma-sinon-chai": "^2.0.2",

@@ -50,11 +50,11 @@ "karma-webpack": "^4.0.2",

"pretty-quick": "^3.1.0",
"rollup": "^2.36.1",
"sinon": "^9.2.3",
"rollup": "^2.38.5",
"sinon": "^9.2.4",
"sinon-chai": "^3.5.0",
"ts-loader": "^8.0.14",
"tsconfig-holy-grail": "^11.0.39",
"ts-loader": "^8.0.15",
"tsconfig-holy-grail": "^11.0.43",
"tslint": "^6.1.3",
"tslint-config-holy-grail": "^53.0.15",
"tslint-config-holy-grail": "^53.2.0",
"typescript": "^4.1.3",
"webpack": "^4.45.0"
"webpack": "^4.46.0"
},

@@ -86,3 +86,3 @@ "files": [

"types": "build/es2019/module.d.ts",
"version": "4.0.19"
"version": "4.0.20"
}