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

elasticsearch-scroll-stream

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elasticsearch-scroll-stream - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

4

lib/elasticsearch-stream.js

@@ -25,5 +25,7 @@ const { Readable } = require('stream')

this._forceClose = false
this.getMoreUntilDone = this.getMoreUntilDone.bind(this)
}
getMoreUntilDone = (err, response) => {
getMoreUntilDone(err, response) {
if (err) {

@@ -30,0 +32,0 @@ return this.emit('error', err)

{
"name": "elasticsearch-scroll-stream",
"version": "1.3.0",
"version": "1.3.1",
"description": "Elasticsearch Scroll query results as a Stream",

@@ -5,0 +5,0 @@ "repository": {

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