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

@gesdisc/mongo-stream

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gesdisc/mongo-stream - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

6

lib/elasticManager.js

@@ -179,4 +179,6 @@ const elasticsearch = require('elasticsearch');

this.mappings[collection].type = this.mappings.default.type;
if (this.mappings[collection].type === "$self")
this.mappings[collection].type = collection;
// Removed (Jon C.) to try to support ES dropping _type (https://www.elastic.co/guide/en/elasticsearch/reference/7.17/removal-of-types.html)
//if (this.mappings[collection].type === "$self")
// this.mappings[collection].type = collection;
}

@@ -183,0 +185,0 @@ if (this.mappings[collection].transformations) {

{
"name": "@gesdisc/mongo-stream",
"version": "0.1.4",
"version": "0.1.5",
"description": "Sync data from Mongodb to Elasticsearch",

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

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