You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

cqrs-eventdenormalizer

Package Overview
Dependencies
Maintainers
2
Versions
169
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

lib/definitions/viewBuilder.js

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

debug('call denormalizer function');
self.denormFn(payload, vm);
self.denormFn(_.cloneDeep(payload), vm);

@@ -227,0 +227,0 @@ var notification = self.generateNotification(evt, vm);

{
"author": "adrai",
"name": "cqrs-eventdenormalizer",
"version": "1.0.0",
"version": "1.0.1",
"private": false,

@@ -32,3 +32,3 @@ "main": "index.js",

"description": "Node-cqrs-eventdenormalizer is a node.js module that implements the cqrs pattern. It can be very useful as eventdenormalizer component if you work with (d)ddd, cqrs, domain, host, etc.",
"keywords" : [
"keywords": [
"cqrs",

@@ -57,5 +57,5 @@ "cqs",

],
"scripts" : {
"scripts": {
"test": "mocha test/unit && mocha test/integration"
}
}
}

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

## v1.0.1
- clone event payload before passing to handle function
## v1.0.0

@@ -2,0 +5,0 @@ - refactored whole module

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc