@contrail/util
Advanced tools
Comparing version 1.0.36 to 1.0.37
@@ -26,3 +26,3 @@ "use strict"; | ||
for (const appVersionPart of identifierParts.slice(1)) { | ||
const badCharacters = appVersionPart.match(/[^@_\-\/A-Za-z0-9]/g); | ||
const badCharacters = appVersionPart.match(/[^@_.\-\/A-Za-z0-9]/g); | ||
if (badCharacters === null || badCharacters === void 0 ? void 0 : badCharacters.length) { | ||
@@ -29,0 +29,0 @@ throw new BadIdentifierException(exports.IDENTIFIER_VALIDATION_BAD_CHARACTERS); |
{ | ||
"name": "@contrail/util", | ||
"version": "1.0.36", | ||
"version": "1.0.37", | ||
"description": "General javascript utilities", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
24622