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

libesvm

Package Overview
Dependencies
Maintainers
4
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.6.3 to 3.6.4

8

example.js

@@ -10,7 +10,6 @@ var esvm = require('./index');

var options = {
version: '*',
binary: 'https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/2.3.4/elasticsearch-2.3.4.tar.gz',
directory: process.env.HOME+'/.esvm',
plugins: ['elasticsearch/marvel/latest'],
purge: false, // Purge the data directory
fresh: false, // Download a fresh copy
purge: true, // Purge the data directory
fresh: true, // Download a fresh copy
nodes: 1,

@@ -71,2 +70,1 @@ config: {

});
{
"name": "libesvm",
"version": "3.6.3",
"version": "3.6.4",
"description": "libesvm is a library for managning an Elasticsearch process for development and testing.",

@@ -45,3 +45,3 @@ "main": "index.js",

"split": "~0.3.2",
"tar": "~0.1.19",
"tar": "~2.2.1 ",
"temp": "^0.8.0",

@@ -48,0 +48,0 @@ "through2": "~0.6.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