Comparing version 0.6.0 to 0.7.0
{ | ||
"name": "regjsgen", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Generate regular expressions from regjsparser’s AST.", | ||
@@ -37,5 +37,5 @@ "homepage": "https://github.com/bnjmnt4n/regjsgen", | ||
"nyc": "^15.1.0", | ||
"regjsparser": "^0.7.0", | ||
"regjsparser": "^0.8.2", | ||
"request": "^2.88.2" | ||
} | ||
} |
@@ -203,3 +203,3 @@ /*! | ||
return '(' + generateSequence(generateClassString, node.strings, '|') + ')'; | ||
return '\\q{' + generateSequence(generateClassString, node.strings, '|') + '}'; | ||
} | ||
@@ -206,0 +206,0 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
14741
0