You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

mongo2elastic

Package Overview
Dependencies
Maintainers
0
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongo2elastic - npm Package Versions

134567

0.45.0

Diff
s
sp-dev
published 0.45.0 •

Changelog

Source

0.45.0

  • Bump packages, including latest prom-utils which allows for throttling of items/sec and bytes/sec.
s
sp-dev
published 0.44.0 •

Changelog

Source

0.44.0

  • Updated createIndexIgnoreMalformed - dropped body field.
s
sp-dev
published 0.43.0 •

Changelog

Source

0.43.0

  • Latest mongochangestream - Fixed omit bugs (not relevant to mongo2elastic).
  • Fixed: processChangeStream options should be optional.
  • Changed testing library from jest to vitest.
  • Bumped peer dependencies for elasticsearch, ioredis, and mongodb.
s
sp-dev
published 0.42.0 •

Changelog

Source

0.42.0

  • Latest mongochangestream - Support for parallel syncing of a collection.
s
sp-dev
published 0.41.0 •

Changelog

Source

0.41.0

  • Latest mongochangestream - Bug fixes.
s
sp-dev
published 0.40.0 •

Changelog

Source

0.40.0

  • Remove updateDescription since it is not needed and may cause a BSONObjectTooLarge error.
s
sp-dev
published 0.39.1 •

Changelog

Source

0.39.1

  • Fix passthrough when set for an array field.
  • Better passthrough logic for text fields.
s
sp-dev
published 0.39.0 •

Changelog

Source

0.39.0

  • Removed options.mapper in favor of options.rename which takes an object of dotted path to renamed dotted path. The rename option is available for syncing and converting a schema to a table._id mapped to _mongoId by default.
s
sp-dev
published 0.38.0 •

Changelog

Source

0.38.0

  • Added operationCounts to the process event.
s
sp-dev
published 0.37.0 •

Changelog

Source

0.37.0

  • Latest mongochangestream - Change stream option operationTypes (insert, update, delete, ...).