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

libesvm

Package Overview
Dependencies
Maintainers
5
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 3.8.6 to 3.8.7

2

lib/featureDetection.js

@@ -35,3 +35,3 @@ var Bluebird = require('bluebird');

function getPathConfigFlag(stdout) {
if (stdout.indexOf(' --path.conf ') > -1) {
if (stdout.indexOf('--property=value') > -1) {
return '--path.conf'

@@ -38,0 +38,0 @@ }

{
"name": "libesvm",
"version": "3.8.6",
"version": "3.8.7",
"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