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.1 to 1.0.2

5

esbootstrap.js

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

.then(function(){
client.close();
})
.then(function(){
if (options.fixtures) {

@@ -59,2 +56,4 @@ self.loadFixtures(options, callback);

}
})['finally'](function(){
client.close();
});

@@ -61,0 +60,0 @@ });

10

package.json
{
"name": "esbootstrap",
"version": "1.0.1",
"version": "1.0.2",
"description": "Helper to bootstrap an index and load fixtures to an elasticsearch instance",

@@ -18,4 +18,12 @@ "main": "esbootstrap.js",

},
"repository": {
"type": "git",
"url": "git://github.com/namshi/esbootstrap.git"
},
"bugs": {
"url": "https://github.com/namshi/esbootstrap/issues"
},
"homepage": "https://github.com/namshi/esbootstrap",
"author": "Filippo De Santis <filippo.desantis@namshi.com>",
"license": "MIT"
}

@@ -5,3 +5,2 @@ # esbootstrap

## Installation

@@ -11,18 +10,8 @@

```bash
npm install esbootstrap --save-dev
```
"devDependencies": {
...
"esbootstrap": ">=1.0.0"
},
```
and run
```
npm update esbootstrap
```
## Usage
```javascript

@@ -29,0 +18,0 @@ var esbootstrap = require('esbootstrap');

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