@captain-hook/source-changestreams
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21030
597
1
+ Added@types/node@22.9.3(transitive)
+ Addedundici-types@6.19.8(transitive)
- Removed@types/node@22.10.1(transitive)
- Removedundici-types@6.20.0(transitive)
Updated@captain-hook/core@^0.2.16