namirasoft-core
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -11,3 +11,3 @@ "use strict"; | ||
if (this.mandatory) | ||
if (value == null || value == undefined || !value) | ||
if (value == null || value == undefined) | ||
this.onMandatoryError(); | ||
@@ -14,0 +14,0 @@ return value; |
{ | ||
"name": "namirasoft-core", | ||
"description": "Namira Software Corporation Core NPM Package", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"main": "./dist/index.js", | ||
@@ -13,3 +13,3 @@ "types": "./dist/index.d.ts", | ||
"@types/node": "^20.9.0", | ||
"axios": "^1.6.1", | ||
"axios": "^1.6.2", | ||
"md5": "^2.3.0", | ||
@@ -16,0 +16,0 @@ "moment": "^2.29.4", |
@@ -14,3 +14,3 @@ import { ErrorOperation } from "./ErrorOperation"; | ||
if (this.mandatory) | ||
if (value == null || value == undefined || !value) | ||
if (value == null || value == undefined) | ||
this.onMandatoryError(); | ||
@@ -17,0 +17,0 @@ return value; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
222584
Updatedaxios@^1.6.2