acorn-hammerhead
Advanced tools
Comparing version 0.6.2 to 0.6.3
@@ -0,0 +0,0 @@ "use strict"; |
@@ -27,3 +27,3 @@ "use strict"; | ||
exports.nonASCIIwhitespace = nonASCIIwhitespace; | ||
const skipWhiteSpace = /(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g; | ||
const skipWhiteSpace = /(?:\s|\/\/.*|\/\*[^]{0,100000}?\*\/)*/g; | ||
exports.skipWhiteSpace = skipWhiteSpace; |
{ | ||
"name": "acorn-hammerhead", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "acorn.js parser adapted to TestCafe Hammerhead", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -0,0 +0,0 @@ # Acorn.js Parser Adapted to TestCafe Hammerhead |
@@ -0,0 +0,0 @@ import { Program } from 'estree'; |
Sorry, the diff of this file is not supported yet
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
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
232576