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

libesvm

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libesvm - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

lib/fetchAllTags.js

@@ -55,3 +55,3 @@ var _ = require('lodash');

])
.thenReturn(body);
.thenReturn(props.tags);

@@ -58,0 +58,0 @@ default:

@@ -76,3 +76,3 @@ var child_process = require('child_process');

if (!msgObj) {
this.emit('error', new Error('malformed log message: ' + JSON.stringify(message)));
this.emit('log', 'malformed log message: ' + JSON.stringify(message));
return;

@@ -79,0 +79,0 @@ }

{
"name": "libesvm",
"version": "1.0.0",
"version": "1.0.1",
"description": "libesvm is a library for managning an Elasticsearch process for development and testing.",

@@ -5,0 +5,0 @@ "main": "index.js",

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