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

mongochangestream

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongochangestream - npm Package Versions

1
6

0.27.0

Diff

Changelog

Source

0.27.0

  • BREAKING CHANGE: Moved emitter to top level.
  • Emit event healthCheckFail if a health check fails.
sp-dev
published 0.26.1 •

Changelog

Source

0.26.1

  • Document type should refer to type from mongodb not DOM.
sp-dev
published 0.26.0 •

Changelog

Source

0.26.0

  • BREAKING CHANGE: processChangeStream now takes an option object instead of a pipeline for the second argument.
  • Added restart fn to runInitialScan and processChangeStream.
  • Added the following options to runInitialScan and processChangeStream: maintainHealth and healthCheckInterval. When maintainHealth is set to true a failure to write a record when performing an initial scan within healthCheckInterval will cause runInitialScan to restart. When maintainHealth is set to true a failure to process the latest insert within healthCheckInterval when processing a change stream will cause processChangeStream to restart.
  • Use more generic Record<string, any> for type JSONSchema.
sp-dev
published 0.25.0 •

Changelog

Source

0.25.0

  • Latest prom-utils that includes batchBytes option.
sp-dev
published 0.24.0 •

Changelog

Source

0.24.0

  • Use eventemitter3.
sp-dev
published 0.23.0 •

Changelog

Source

0.23.0

  • JSONSchema type.
sp-dev
published 0.22.0 •

Changelog

Source

0.22.0

  • Option to strip metadata from a JSON schema for detectSchemaChange.
  • You can now await changeStream.start which resolves after the initial change detection has completed.
sp-dev
published 0.21.0 •

Changelog

Source

0.21.0

  • Ensure that you can call start after calling stop.
sp-dev
published 0.20.0 •

Changelog

Source

0.20.0

  • Bump mongodb peer dep.
sp-dev
published 0.19.1 •

Changelog

Source

0.19.1

  • Fix issue with runInitialScan where calling stop before the scan had finished would incorrectly set the scan completed key in Redis. Also, stop now awaits flushing the queue.
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