Socket
Socket
Sign inDemoInstall

mongo2elastic

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongo2elastic - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

4

CHANGELOG.md

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

# 0.7.0
- Latest `mongochangestream`.
# 0.6.0

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

2

dist/syncData.d.ts

@@ -11,3 +11,3 @@ /// <reference types="node" resolution-mode="require"/>

start: () => Promise<void>;
stop: () => void;
stop: () => Promise<void>;
}>;

@@ -14,0 +14,0 @@ runInitialScan: (options?: QueueOptions & ScanOptions) => Promise<void>;

{
"name": "mongo2elastic",
"version": "0.6.0",
"version": "0.7.0",
"description": "Sync MongoDB collections to Elasticsearch",

@@ -52,3 +52,3 @@ "main": "dist/index.js",

"lodash": "^4.17.21",
"mongochangestream": "^0.17.0",
"mongochangestream": "^0.18.0",
"p-retry": "^5.1.1",

@@ -55,0 +55,0 @@ "print-stats": "^0.2.0",

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