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.8 to 1.0.9

3

dist/cjs/value-objects/statistics.value-object.js

@@ -11,5 +11,2 @@ "use strict";

if (value !== undefined) {
if (value < 1) {
throw new exceptions_1.ArgumentOutOfRangeException('Amount to add must be positive');
}
// eslint-disable-next-line @typescript-eslint/ban-ts-comment

@@ -16,0 +13,0 @@ // @ts-ignore

5

dist/esm/value-objects/statistics.value-object.js
import { ValueObject } from '../base-classes/value-object.base';
import { ArgumentInvalidException, ArgumentOutOfRangeException, } from '../exceptions';
import { ArgumentInvalidException } from '../exceptions';
export class Statistics extends ValueObject {

@@ -8,5 +8,2 @@ update(props) {

if (value !== undefined) {
if (value < 1) {
throw new ArgumentOutOfRangeException('Amount to add must be positive');
}
// eslint-disable-next-line @typescript-eslint/ban-ts-comment

@@ -13,0 +10,0 @@ // @ts-ignore

{
"name": "@appvise/domain",
"version": "1.0.8",
"version": "1.0.9",
"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