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.33.1 to 0.34.0

4

CHANGELOG.md

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

# 0.34.0
- Latest `mongochangestream` - Don't emit the `cursorError` event when stopping.
# 0.33.1

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

@@ -15,2 +15,10 @@ import type { Collection } from 'mongodb';

restart: () => Promise<void>;
state: Pick<{
get: () => mongoChangeStream.State;
change: (newState: mongoChangeStream.State) => void;
waitForChange: (...newStates: mongoChangeStream.State[]) => Promise<boolean>;
is: (...states: mongoChangeStream.State[]) => boolean;
canChange: (newState: mongoChangeStream.State) => boolean;
maybeChange: (newState: mongoChangeStream.State) => boolean;
}, "get" | "is">;
}>;

@@ -25,2 +33,10 @@ /**

restart: () => Promise<void>;
state: Pick<{
get: () => mongoChangeStream.State;
change: (newState: mongoChangeStream.State) => void;
waitForChange: (...newStates: mongoChangeStream.State[]) => Promise<boolean>;
is: (...states: mongoChangeStream.State[]) => boolean;
canChange: (newState: mongoChangeStream.State) => boolean;
maybeChange: (newState: mongoChangeStream.State) => boolean;
}, "get" | "is">;
}>;

@@ -27,0 +43,0 @@ /**

4

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

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

"minimatch": "^6.2.0",
"mongochangestream": "^0.38.1",
"mongochangestream": "^0.40.0",
"obj-walker": "^1.7.0",

@@ -60,0 +60,0 @@ "p-retry": "^5.1.1",

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