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

esbootstrap

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esbootstrap - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

14

esbootstrap.js

@@ -50,9 +50,9 @@ var elasticsearch = require('elasticsearch');

client.indices.putMapping(options.mappingRequestBody)
})
.then(function(){
if (options.fixtures) {
self.loadFixtures(options, callback);
} else {
setTimeout(callback, 1500);
}
.then(function(){
if (options.fixtures) {
self.loadFixtures(options, callback);
} else {
setTimeout(callback, 1500);
}
});
})['finally'](function(){

@@ -59,0 +59,0 @@ client.close();

{
"name": "esbootstrap",
"version": "1.0.4",
"version": "1.0.5",
"description": "Helper to bootstrap an index and load fixtures to an elasticsearch instance",

@@ -5,0 +5,0 @@ "main": "esbootstrap.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