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 Compare versions

Comparing version 0.11.0 to 0.12.0

4

CHANGELOG.md

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

# 0.12.0
* Fix `Document` type.
# 0.11.0

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

2

dist/mongoChangeStream.d.ts
import _ from 'lodash/fp.js';
import { Collection, ObjectId } from 'mongodb';
import { Collection, Document, ObjectId } from 'mongodb';
import { SyncOptions, ProcessRecord, ProcessRecords, ScanOptions } from './types.js';

@@ -4,0 +4,0 @@ import type { default as Redis } from 'ioredis';

{
"name": "mongochangestream",
"version": "0.11.0",
"version": "0.12.0",
"description": "Sync MongoDB collections via change streams into any database.",

@@ -5,0 +5,0 @@ "author": "GovSpend",

import _ from 'lodash/fp.js'
import { ChangeStreamInsertDocument, Collection, ObjectId } from 'mongodb'
import {
ChangeStreamInsertDocument,
Collection,
Document,
ObjectId,
} from 'mongodb'
import changeStreamToIterator from './changeStreamToIterator.js'

@@ -4,0 +9,0 @@ import {

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