Socket
Socket
Sign inDemoInstall

mongo2elastic

Package Overview
Dependencies
248
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.29.0 to 0.30.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 0.30.0
- Emit errors that happened during initial bulk sync
# 0.29.0

@@ -2,0 +6,0 @@

@@ -84,2 +84,3 @@ import _ from 'lodash/fp.js';

fail: numErrors,
errors,
initialScan: true,

@@ -86,0 +87,0 @@ });

2

package.json
{
"name": "mongo2elastic",
"version": "0.29.0",
"version": "0.30.0",
"description": "Sync MongoDB collections to Elasticsearch",

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

@@ -109,2 +109,3 @@ import _ from 'lodash/fp.js'

fail: numErrors,
errors,
initialScan: true,

@@ -111,0 +112,0 @@ })

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