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

@appvise/domain

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appvise/domain - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

dist/cjs/event-bus/domain-event-emitter.js

1

dist/cjs/index.js

@@ -20,2 +20,3 @@ "use strict";

__exportStar(require("./domain-events"), exports);
__exportStar(require("./event-bus"), exports);
__exportStar(require("./exceptions"), exports);

@@ -22,0 +23,0 @@ __exportStar(require("./ports"), exports);

export * from './application';
export * from './base-classes';
export * from './domain-events';
export * from './event-bus';
export * from './exceptions';

@@ -5,0 +6,0 @@ export * from './ports';

export * from './application';
export * from './base-classes';
export * from './domain-events';
export * from './event-bus';
export * from './exceptions';

@@ -5,0 +6,0 @@ export * from './ports';

2

package.json
{
"name": "@appvise/domain",
"version": "1.0.13",
"version": "1.0.14",
"description": "Base package for building Domain-Driven Hexagon applications in TypeScript",

@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js",

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