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

rethinkdb-elasticsearch-stream

Package Overview
Dependencies
Maintainers
13
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rethinkdb-elasticsearch-stream - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

7

build/backfill-table.js

@@ -44,3 +44,8 @@ 'use strict';

} catch (e) {
console.log('ES error:', e);
const { request, response } = e;
if (request && response && request.path) {
console.log(`ES error for ${request.path} [${response.status}]`);
} else {
console.log('ES error', e);
}
}

@@ -47,0 +52,0 @@

2

package.json
{
"name": "rethinkdb-elasticsearch-stream",
"version": "2.0.3",
"version": "2.0.4",
"main": "build/index.js",

@@ -5,0 +5,0 @@ "repository": "https://github.com/gsandf/rethinkdb-elasticsearch-stream",

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