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

elasticsearch-mock-js

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elasticsearch-mock-js - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

index.js

@@ -27,3 +27,3 @@ const { spawn } = require( 'child_process' );

const esPath = `${__dirname}/elasticsearch/bin/elasticsearch`;
_ES = spawn(esPath);
_ES = spawn(esPath, ['-Des.insecure.allow.root=true']);
checkIfUp(done);

@@ -30,0 +30,0 @@ });

{
"name": "elasticsearch-mock-js",
"version": "1.0.4",
"version": "1.0.5",
"description": "Creates an elasticsearch server for mocking purposes",

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

Sorry, the diff of this file is not supported yet

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