Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fpcalc

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fpcalc - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

5

index.js

@@ -50,4 +50,5 @@ /* jshint node:true */

cp.stderr.pipe(concat(function(data) {
data = data.toString();
if (data && data.slice(0, 6) === "ERROR:") {
if (data &&
(data = data.toString()) &&
data.slice(0, 6) === "ERROR:") {
stream.emit("error", new Error(data));

@@ -54,0 +55,0 @@ }

8

package.json
{
"name": "fpcalc",
"version": "1.0.3",
"version": "1.0.4",
"description": "Light wrapper around the AcoustID Chromaprint fpcalc tool",

@@ -20,9 +20,7 @@ "main": "index.js",

"audio",
"fingerprint"
"fingerprint",
"mp3"
],
"author": "Parsha Pourkhomami",
"license": "Public Domain",
"bugs": {
"url": "https://github.com/parshap/node-fpcalc/issues"
},
"dependencies": {

@@ -29,0 +27,0 @@ "event-stream": "~3",

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