Socket
Socket
Sign inDemoInstall

ddd-es-node

Package Overview
Dependencies
14
Maintainers
1
Versions
211
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.13 to 0.0.14

1

dist/src/core/entity.d.ts
export declare class EntityEvent {
uuid: string;
streamId: string;

@@ -3,0 +4,0 @@ typeNameMetaData: string;

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

constructor() {
this.uuid = uuid_1.v4();
this.typeNameMetaData = this.constructor.name;

@@ -9,0 +10,0 @@ this.name = this.typeNameMetaData;

2

package.json
{
"name": "ddd-es-node",
"version": "0.0.13",
"version": "0.0.14",
"description": "ddd-es-node",

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

@@ -5,2 +5,3 @@ import { v4 } from 'uuid';

export class EntityEvent {
public uuid : string;
public streamId : string;

@@ -12,2 +13,3 @@ public typeNameMetaData: string;

constructor() {
this.uuid = v4();
this.typeNameMetaData = this.constructor.name;

@@ -14,0 +16,0 @@ this.name = this.typeNameMetaData;

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