postal-codes-js
Advanced tools
Comparing version 2.5.0 to 2.5.1
{ | ||
"Description": "PT : NNNN[ NNN]", | ||
"RedundantCharacters": " -", | ||
"ValidationRegex": "^([0-9]{4}|[0-9]{7})$", | ||
"Description": "PT : NNNN-NNN", | ||
"RedundantCharacters": " ", | ||
"ValidationRegex": "^[0-9]{4}-[0-9]{3}$", | ||
"TestData": { | ||
"Valid": [ | ||
"1234-123" | ||
], | ||
"Invalid": [ | ||
"1255", | ||
"1234567", | ||
"1234-123", | ||
"1234 123" | ||
], | ||
"Invalid": [ | ||
"1234 123", | ||
"x1231s", | ||
@@ -19,2 +19,2 @@ "1231sd", | ||
} | ||
} | ||
} |
{ | ||
"name": "postal-codes-js", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Postal Codes", | ||
@@ -5,0 +5,0 @@ "main": "postal-codes.js", |
Sorry, the diff of this file is too big to display
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
86
16679
437661