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

libesvm

Package Overview
Dependencies
Maintainers
1
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 0.0.3 to 0.0.4

4

example.js

@@ -12,4 +12,4 @@ var esvm = require('./index');

plugins: ['elasticsearch/marvel/latest'],
purge: true, // Purge the data directory
fresh: true, // Download a fresh copy
purge: false, // Purge the data directory
fresh: false, // Download a fresh copy
nodes: 2,

@@ -16,0 +16,0 @@ config: {

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

var dataPath = join(path, 'data');
var purgeData = self.options.purgeData;
var purgeData = self.options.purge;
if (purgeData) self.log('INFO', 'Purging ' + dataPath);

@@ -94,0 +94,0 @@ return Promises.resolve(purgeData && purge(dataPath))

{
"name": "libesvm",
"version": "0.0.3",
"version": "0.0.4",
"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