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

@captain-hook/source-changestreams

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@captain-hook/source-changestreams - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

lib/cjs/index.js

10

package.json
{
"name": "@captain-hook/source-changestreams",
"version": "0.1.3",
"version": "0.1.4",
"description": "Source events from MongoDB Change Streams and propgate them through captain-hok with configurable trigger names",
"author": "Luke Smetham <luke@smetham.dev>",
"license": "MIT",
"main": "./lib/index.cjs.js",
"module": "./lib/index.esm.js",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"private": false,
"gitHead": "bd2ba6084abb26eef3a7724fb1c35d257d78ddde",
"gitHead": "cfd9ee6b2690745d8282fb7b12ed656cd7b6115e",
"dependencies": {
"@captain-hook/core": "^0.2.15",
"@captain-hook/core": "^0.2.16",
"changestream-iterator": "^0.1.4"

@@ -14,0 +14,0 @@ },

@@ -46,5 +46,2 @@ import { ChangeStreamIterator } from 'changestream-iterator';

// eslint-disable-next-line no-console
console.log(operationType, collectionName);
if (!trigger) {

@@ -51,0 +48,0 @@ // eslint-disable-next-line no-console

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