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.5 to 1.0.6

8

esbootstrap.js

@@ -58,6 +58,8 @@ var elasticsearch = require('elasticsearch');

})['finally'](function(){
client.close();
});
client.close();
});
})['catch'](function(error){
console.warn('Warning:' + JSON.stringify(error));
});
})();
}());
},

@@ -64,0 +66,0 @@

{
"name": "esbootstrap",
"version": "1.0.5",
"version": "1.0.6",
"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