jest-regex-util
Advanced tools
Comparing version 19.0.0 to 19.1.0-alpha.eed82034
@@ -24,4 +24,4 @@ /** | ||
const escapeStrForRegex = | ||
string => string.replace(/[[\]{}()*+?.\\^$|]/g, '\\$&'); | ||
const escapeStrForRegex = string => | ||
string.replace(/[[\]{}()*+?.\\^$|]/g, '\\$&'); | ||
@@ -28,0 +28,0 @@ const replacePathSepForRegex = string => { |
{ | ||
"name": "jest-regex-util", | ||
"version": "19.0.0", | ||
"version": "19.1.0-alpha.eed82034", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
1213
2