shift-regexp-acceptor
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -702,3 +702,3 @@ 'use strict'; | ||
return { matched: catchIsFalse(function () { | ||
return (0, _unicodeMatchPropertyValueEcmascript2.default)(_unicodePropertyAliasesEcmascript2.default.get(name.data), value.data); | ||
return (0, _unicodeMatchPropertyValueEcmascript2.default)(_unicodePropertyAliasesEcmascript2.default.get(name.data) || name.data, value.data); | ||
}) }; | ||
@@ -705,0 +705,0 @@ }), backtrackOnFailure(acceptLoneUnicodePropertyNameOrValue))(state); |
{ | ||
"name": "shift-regexp-acceptor", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Regexp acceptor for ECMAScript 2018", | ||
@@ -5,0 +5,0 @@ "author": "Shape Security", |
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
71434