@phc/format
Advanced tools
Comparing version 0.3.4 to 0.3.5
@@ -9,3 +9,3 @@ /* eslint-disable max-params,capitalized-comments,complexity */ | ||
const valueRegex = /^[a-zA-Z0-9/+.-]+$/; | ||
const b64Regex = /^[a-zA-Z0-9/+.-]+$/; | ||
const b64Regex = /^([a-zA-Z0-9/+.-]+|)$/; | ||
@@ -12,0 +12,0 @@ function objToKeyVal(obj) { |
{ | ||
"name": "@phc/format", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "PHC string format serializer/deserializer", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
17361