Socket
Socket
Sign inDemoInstall

cqrs-eventdenormalizer

Package Overview
Dependencies
Maintainers
2
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cqrs-eventdenormalizer - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

3

lib/denormalizer.js

@@ -533,3 +533,4 @@ 'use strict';

debug(err);
return callback([err]);
if (callback) callback([err]);
return;
}

@@ -536,0 +537,0 @@

{
"author": "adrai",
"name": "cqrs-eventdenormalizer",
"version": "1.0.3",
"version": "1.0.4",
"private": false,

@@ -6,0 +6,0 @@ "main": "index.js",

@@ -1,2 +0,2 @@

## v1.0.3
## v1.0.4
- handle crappy events with an error

@@ -3,0 +3,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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