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

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.3.5 to 1.3.6

6

lib/structure/structureLoader.js

@@ -5,2 +5,3 @@ 'use strict';

_ = require('lodash'),
path = require('path'),
structureParser = require('./structureParser'),

@@ -49,2 +50,7 @@ ViewBuilder = require('./../definitions/viewBuilder'),

}
if (!name) {
var tmp = item.path.substring(0, item.path.lastIndexOf(path.sep + item.fileName));
name = tmp.substring(tmp.lastIndexOf(path.sep) + 1);
}
}

@@ -51,0 +57,0 @@

2

package.json
{
"author": "adrai",
"name": "cqrs-eventdenormalizer",
"version": "1.3.5",
"version": "1.3.6",
"private": false,

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

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

## [v1.3.5](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.3.2...v1.3.5)
## [v1.3.6](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.3.2...v1.3.6)
- optimize structureParser

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

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