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.3 to 1.0.4

4

esbootstrap.js

@@ -48,4 +48,6 @@ var elasticsearch = require('elasticsearch');

client.indices['create'](options.createRequestBody)
.then(client.indices.putMapping(options.mappingRequestBody))
.then(function(){
client.indices.putMapping(options.mappingRequestBody)
})
.then(function(){
if (options.fixtures) {

@@ -52,0 +54,0 @@ self.loadFixtures(options, callback);

{
"name": "esbootstrap",
"version": "1.0.3",
"version": "1.0.4",
"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