node-containerpattern
Advanced tools
Comparing version 0.5.3 to 0.5.4
{ | ||
"name": "node-containerpattern", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "A 'Container pattern' object for a clean global use of data.", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
@@ -53,3 +53,3 @@ # node-containerpattern | ||
* ``` has(key: string) : bool ``` check if a key is used (may be recursive) | ||
* ``` limit(key: string, array limit) : this ``` associate a key with a limit | ||
* ``` limit(key: string, limit: Array<string>) : this ``` associate a key with a limit | ||
* ``` set(key: string, mixed value) : this ``` associate and remember a key with a value (may be recursive) | ||
@@ -56,0 +56,0 @@ * ``` skeleton(key: string, skeleton: string) : this ``` skeleton must be "array", "boolean", "email", "float", "integer", "ipv4", "ipv6", "number", "object", "string" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
99307
1