Socket
Socket
Sign inDemoInstall

@arkerlabs/es-schematics

Package Overview
Dependencies
35
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.11 to 1.2.12

6

dist/event/event.factory.js

@@ -32,2 +32,8 @@ "use strict";

}
if (options.elementType === element_type_enum_1.ElementType.eventUpdater.toString() && !options.createUpdater) {
return tree;
}
if (options.elementType === element_type_enum_1.ElementType.eventHandler.toString() && !options.createHandler) {
return tree;
}
const modulePath = new module_finder_1.ModuleFinder(tree).find({

@@ -34,0 +40,0 @@ name: options.name,

2

package.json
{
"name": "@arkerlabs/es-schematics",
"version": "1.2.11",
"version": "1.2.12",
"description": "Event sourcing schematics by arkerlabs",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc