Socket
Socket
Sign inDemoInstall

elasticsearch-doc-stream

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

example.js

2

index.js

@@ -40,3 +40,3 @@ var http = require('http');

var result = JSON.parse(data);
if (!result.hits.hits.length) self.push(null);
if (!result.hits.hits.length) return self.push(null);
result.hits.hits.forEach(function (doc) {

@@ -43,0 +43,0 @@ self.push(doc);

{
"name": "elasticsearch-doc-stream",
"version": "0.1.0",
"version": "0.1.1",
"description": "read stream of elasticsearch documents",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc