Socket
Socket
Sign inDemoInstall

cqrs-eventdenormalizer

Package Overview
Dependencies
11
Maintainers
2
Versions
169
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.38 to 1.9.39

2

lib/eventDispatcher.js

@@ -147,3 +147,3 @@ 'use strict';

}
callback(errs, notifications);
callback(errs, _.filter(notifications, function (n) { return !!n; }));
});

@@ -150,0 +150,0 @@ }

{
"author": "adrai",
"name": "cqrs-eventdenormalizer",
"version": "1.9.38",
"version": "1.9.39",
"private": false,

@@ -14,11 +14,11 @@ "main": "index.js",

"dependencies": {
"async": "1.5.2",
"async": "2.0.1",
"debug": "2.2.0",
"dotty": "0.0.2",
"flat": "1.6.0",
"flat": "2.0.1",
"jsondate": "0.0.1",
"lodash": "4.11.1",
"lodash": "4.15.0",
"node-uuid": "1.4.7",
"parent-require": "1.0.0",
"sift": "3.2.1",
"sift": "3.2.6",
"tolerance": "1.0.0",

@@ -25,0 +25,0 @@ "viewmodel": "1.5.19"

@@ -0,1 +1,4 @@

## [v1.9.39](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.9.38...v1.9.39)
- filter falsable notifications
## [v1.9.38](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.9.37...v1.9.38)

@@ -2,0 +5,0 @@ - update viewmodel

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc