@deboxsoft/module-core
Advanced tools
Comparing version 2.6.90 to 2.6.91
@@ -663,2 +663,4 @@ import { __export, CONFIG_KEY, Container, ContainerDIClass, DbxError, getConfig, getConfigService, __reExport } from './chunk-3BIZMSTQ.js'; | ||
let component = strArray[i]; | ||
if (typeof component === "undefined") | ||
continue; | ||
if (typeof component !== "string") { | ||
@@ -665,0 +667,0 @@ throw new TypeError("Url must be a string. Received " + component); |
{ | ||
"name": "@deboxsoft/module-core", | ||
"version": "2.6.90", | ||
"version": "2.6.91", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
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
148405
4454