Socket
Socket
Sign inDemoInstall

mongo2elastic

Package Overview
Dependencies
246
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.18.0 to 0.19.0

4

CHANGELOG.md

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

# 0.19.0
- Use flattened key path for ignore_malformed.
# 0.18.0

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

4

dist/syncData.d.ts

@@ -36,5 +36,3 @@ import type { Collection, Document } from 'mongodb';

changeStreamTokenKey: string;
schemaKey: string; /**
* Process scan documents.
*/
schemaKey: string;
};

@@ -41,0 +39,0 @@ reset: () => Promise<void>;

@@ -15,8 +15,4 @@ import _ from 'lodash/fp.js';

settings: {
index: {
mapping: {
ignore_malformed: true,
},
},
...settings
'index.mapping.ignore_malformed': true,
...settings,
},

@@ -23,0 +19,0 @@ },

{
"name": "mongo2elastic",
"version": "0.18.0",
"version": "0.19.0",
"description": "Sync MongoDB collections to Elasticsearch",

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

@@ -32,8 +32,4 @@ import _ from 'lodash/fp.js'

settings: {
index: {
mapping: {
ignore_malformed: true,
},
},
...settings
'index.mapping.ignore_malformed': true,
...settings,
},

@@ -40,0 +36,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