node-containerpattern
Advanced tools
Comparing version 1.7.2 to 1.7.3
@@ -42,3 +42,3 @@ "use strict"; | ||
else if ((0, validators_1.isArray)(this.limits[key]) && !(0, validators_1.inArray)(this.limits[key], value)) { | ||
throw new Error("The \"" + key + "\" data does not correspond to the limits (" + JSON.stringify(this.limits[key]) + ")"); | ||
throw new Error("The \"" + key + "\" value (" + value + ") does not correspond to the limits (" + JSON.stringify(this.limits[key]) + ")"); | ||
} | ||
@@ -45,0 +45,0 @@ // check skeleton |
@@ -1,5 +0,5 @@ | ||
export declare type tValidSkeleton = "array" | "boolean" | "color" | "email" | "float" | "ipv4" | "ipv6" | "integer" | "object" | "string" | "url"; | ||
export declare type tMinMaxValidSkeleton = "array" | "color" | "email" | "float" | "ipv4" | "ipv6" | "integer" | "string" | "url"; | ||
export declare type tRegexValidSkeleton = "color" | "email" | "ipv4" | "ipv6" | "string" | "url"; | ||
export declare type tValidType = tValidSkeleton | "function"; | ||
export type tValidSkeleton = "array" | "boolean" | "color" | "email" | "float" | "ipv4" | "ipv6" | "integer" | "object" | "string" | "url"; | ||
export type tMinMaxValidSkeleton = "array" | "color" | "email" | "float" | "ipv4" | "ipv6" | "integer" | "string" | "url"; | ||
export type tRegexValidSkeleton = "color" | "email" | "ipv4" | "ipv6" | "string" | "url"; | ||
export type tValidType = tValidSkeleton | "function"; | ||
export interface iDocumentationFunction { | ||
@@ -6,0 +6,0 @@ "fullkey": string; |
{ | ||
"name": "node-containerpattern", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"description": "A 'Container pattern' object for a clean global use of data.", | ||
@@ -64,10 +64,10 @@ | ||
"devDependencies": { | ||
"@types/node": "18.0.0", | ||
"@types/node": "18.11.18", | ||
"check-version-modules": "1.3.5", | ||
"coveralls": "3.1.1", | ||
"fs-extra": "10.1.0", | ||
"husky": "8.0.1", | ||
"mocha": "10.0.0", | ||
"fs-extra": "11.1.0", | ||
"husky": "8.0.3", | ||
"mocha": "10.2.0", | ||
"nyc": "15.1.0", | ||
"typescript": "4.7.4" | ||
"typescript": "4.9.4" | ||
}, | ||
@@ -74,0 +74,0 @@ "homepage": "https://github.com/Psychopoulet/node-containerpattern#readme", |
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
43198