ggez-banking-sdk
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -8,3 +8,3 @@ "use strict"; | ||
GeoCoordinatesPattern: /^(-?(?:1[0-7]|[1-9])?\d(?:\.\d{1,24})?|180(?:\.0{1,24})?)$/, | ||
GGEZAddressRegexPattern: /^ggez[A-Za-z0-9]{30,80}$/, | ||
GGEZAddressRegexPattern: /^ggez1[A-Za-z0-9]{30,80}$/, | ||
NameRegexPattern: /^(?!.*--)[\p{L}\p{N}][^\\\/*$%^+=<>|\n\r\b\t]{0,49}$/u, | ||
@@ -11,0 +11,0 @@ EmailRegexPattern: /^([\w-+\.]{1,80})@([\w-+\.]{1,80})\.([a-zA-Z]{1,20})$/, |
{ | ||
"name": "ggez-banking-sdk", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
793237