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

elasticsearch-bulk-index-stream

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elasticsearch-bulk-index-stream - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Change Log

## [0.0.4] - 2015-10-28
### Added
- Keywords to package.json
## [0.0.3] - 2015-10-28

@@ -7,0 +11,0 @@ ### Changed

2

index.js

@@ -42,3 +42,3 @@ 'use strict';

* @param {Object} options Options
* @param {Number} [options.highWaterMark=16] Number of items to buffer before writing.
* @param {number} [options.highWaterMark=16] Number of items to buffer before writing.
* Also the size of the underlying stream buffer.

@@ -45,0 +45,0 @@ * @param {Object} [options.logger] Instance of a logger like bunyan or winston

{
"name": "elasticsearch-bulk-index-stream",
"version": "0.0.3",
"version": "0.0.4",
"description": "A writable stream for bulk indexing records in Elasticsearch",

@@ -30,3 +30,10 @@ "main": "index.js",

"url": "git@github.com:voldern/elasticsearch-bulk-index-stream.git"
}
},
"keywords": [
"elasticsearch",
"stream",
"writable",
"write",
"bulk"
]
}
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