rethinkdb-elasticsearch-stream
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -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 @@ |
{ | ||
"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", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
187292
393
1