Comparing version 2.2.0 to 2.2.1
@@ -21,4 +21,3 @@ var parse = require('acorn').parse; | ||
if (typeof src !== 'string') src = String(src); | ||
if (opts.parser) parse = opts.parser.parse; | ||
var ast = parse(src, opts); | ||
var ast = (opts.parser ? opts.parser.parse : parse)(src, opts); | ||
@@ -25,0 +24,0 @@ var result = { |
{ | ||
"name": "falafel", | ||
"description": "transform the ast on a recursive walk", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
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
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
17648
10
462