elasticsearch-bulk-index-stream
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -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 |
@@ -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" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14673