New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7.0 to 3.7.1

6

lib/installPlugin.js

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

function create5xPluginInstallCommand(path, plugin, features) {
function createLatestPluginInstallCommand(path, plugin, features) {
var cmd = join(path, 'bin', 'elasticsearch-plugin');

@@ -68,4 +68,4 @@ cmd += ' install ';

if (semver.satisfies(version, '>=5.0.0-alpha1 || 3.x')) {
return create5xPluginInstallCommand(path, plugin, features);
if (semver.satisfies(version, '>=6.0.0-alpha1 || >=5.0.0-alpha1 || 3.x')) {
return createLatestPluginInstallCommand(path, plugin, features);
}

@@ -72,0 +72,0 @@

{
"name": "libesvm",
"version": "3.7.0",
"version": "3.7.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