Socket
Socket
Sign inDemoInstall

@arch-api/ddd

Package Overview
Dependencies
3
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.2.0

5

dist/index.d.ts

@@ -13,3 +13,2 @@ import { Exception } from '@arch-api/exceptions';

toString(): string;
empty(): V;
}

@@ -34,3 +33,3 @@

toString(): string;
empty(): number;
static empty(): number;
}

@@ -45,5 +44,5 @@

toString(): string;
empty(): string;
static empty(): string;
}
export { ComparableObject, DomainException, Entity, EntityId, IntegerEntityId, UUIDv4EntityId, ValueObject };

4

dist/index.js

@@ -73,3 +73,3 @@ "use strict";

}
empty() {
static empty() {
return Number.MIN_SAFE_INTEGER;

@@ -100,3 +100,3 @@ }

}
empty() {
static empty() {
return "empty-uuid-v4-id";

@@ -103,0 +103,0 @@ }

{
"name": "@arch-api/ddd",
"version": "0.1.0",
"version": "0.2.0",
"description": "Arch Api - DDD",

@@ -5,0 +5,0 @@ "keywords": [],

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