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
133
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 4.0.9 to 4.0.10

158

package.json
{
"author": "Christoph Guttandin",
"bugs": {
"url": "https://github.com/chrisguttandin/audio-fingerprinting-file-reader/issues"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"@babel/runtime": "^7.10.2",
"tslib": "^2.0.0"
},
"description": "A reader for files created by audfprint.",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-external-helpers": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-angular": "^8.3.4",
"chai": "^4.2.0",
"commitizen": "^4.1.2",
"cz-conventional-changelog": "^3.2.0",
"eslint": "^7.2.0",
"eslint-config-holy-grail": "^47.0.1",
"grunt": "^1.1.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-sh": "^0.2.0",
"husky": "^4.2.5",
"karma": "^5.0.9",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0",
"karma-leche": "^1.0.8",
"karma-mocha": "^2.0.1",
"karma-sauce-launcher": "^4.1.5",
"karma-sinon-chai": "^2.0.2",
"karma-webpack": "^4.0.2",
"load-grunt-config": "^3.0.1",
"mocha": "^7.2.0",
"rollup": "^2.13.1",
"rollup-plugin-babel": "^4.4.0",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0",
"ts-loader": "^7.0.5",
"tsconfig-holy-grail": "^11.0.14",
"tslint": "^6.1.2",
"tslint-config-holy-grail": "^50.0.1",
"typescript": "^3.9.5",
"webpack": "^4.43.0"
},
"files": [
"build/es2019/",
"build/es5/",
"src/"
],
"homepage": "https://github.com/chrisguttandin/audio-fingerprinting-file-reader",
"husky": {
"hooks": {
"commit-msg": "commitlint --edit --extends @commitlint/config-angular",
"pre-commit": "grunt lint"
}
},
"license": "MIT",
"main": "build/es5/bundle.js",
"module": "build/es2019/module.js",
"name": "audio-fingerprinting-file-reader",
"repository": {
"type": "git",
"url": "https://github.com/chrisguttandin/audio-fingerprinting-file-reader.git"
},
"scripts": {
"prepublishOnly": "grunt build",
"test": "grunt lint && grunt test"
},
"types": "build/es2019/module.d.ts",
"version": "4.0.9"
"author": "Christoph Guttandin",
"bugs": {
"url": "https://github.com/chrisguttandin/audio-fingerprinting-file-reader/issues"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"@babel/runtime": "^7.10.3",
"tslib": "^2.0.0"
},
"description": "A reader for files created by audfprint.",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-external-helpers": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-angular": "^8.3.4",
"chai": "^4.2.0",
"commitizen": "^4.1.2",
"cz-conventional-changelog": "^3.2.0",
"eslint": "^7.2.0",
"eslint-config-holy-grail": "^47.0.4",
"grunt": "^1.1.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-sh": "^0.2.0",
"husky": "^4.2.5",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0",
"karma-leche": "^1.0.9",
"karma-mocha": "^2.0.1",
"karma-sauce-launcher": "^4.1.5",
"karma-sinon-chai": "^2.0.2",
"karma-webpack": "^4.0.2",
"load-grunt-config": "^3.0.1",
"mocha": "^8.0.1",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"rollup": "^2.17.1",
"rollup-plugin-babel": "^4.4.0",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0",
"ts-loader": "^7.0.5",
"tsconfig-holy-grail": "^11.0.16",
"tslint": "^6.1.2",
"tslint-config-holy-grail": "^50.0.4",
"typescript": "^3.9.5",
"webpack": "^4.43.0"
},
"files": [
"build/es2019/",
"build/es5/",
"src/"
],
"homepage": "https://github.com/chrisguttandin/audio-fingerprinting-file-reader",
"husky": {
"hooks": {
"commit-msg": "commitlint --edit --extends @commitlint/config-angular",
"pre-commit": "pretty-quick --config config/prettier/config.json --staged && grunt lint"
}
},
"license": "MIT",
"main": "build/es5/bundle.js",
"module": "build/es2019/module.js",
"name": "audio-fingerprinting-file-reader",
"repository": {
"type": "git",
"url": "https://github.com/chrisguttandin/audio-fingerprinting-file-reader.git"
},
"scripts": {
"prepublishOnly": "grunt build",
"test": "grunt lint && grunt test"
},
"types": "build/es2019/module.d.ts",
"version": "4.0.10"
}
const TEXT_ENCODER: TextDecoder = new TextDecoder('utf-8');
export const readArrayBuffer = (arrayBuffer: ArrayBuffer): [ number, number ][] => {
const hashes: [ number, number ][] = [];
export const readArrayBuffer = (arrayBuffer: ArrayBuffer): [number, number][] => {
const hashes: [number, number][] = [];

@@ -14,3 +14,3 @@ let dataView = new DataView(arrayBuffer, 0, 16);

while (offset < arrayBuffer.byteLength) {
hashes.push([ dataView.getUint32(offset, true), dataView.getUint32(offset + 4, true) ]);
hashes.push([dataView.getUint32(offset, true), dataView.getUint32(offset + 4, true)]);

@@ -17,0 +17,0 @@ offset += 8;

{
"compilerOptions": {
"isolatedModules": true
},
"extends": "tsconfig-holy-grail/src/tsconfig-browser"
"compilerOptions": {
"isolatedModules": true
},
"extends": "tsconfig-holy-grail/src/tsconfig-browser"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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