detective
Advanced tools
Comparing version 4.7.1 to 5.0.0
@@ -1,2 +0,2 @@ | ||
var acorn = require('acorn'); | ||
var acorn = require('acorn5-object-spread/inject')(require('acorn')); | ||
var walk = require('acorn/dist/walk'); | ||
@@ -21,3 +21,4 @@ var defined = require('defined'); | ||
), | ||
allowHashBang: defined(opts.allowHashBang, true) | ||
allowHashBang: defined(opts.allowHashBang, true), | ||
plugins: { objectSpread: true } | ||
}); | ||
@@ -24,0 +25,0 @@ } |
{ | ||
"name": "detective", | ||
"description": "find all require() calls by walking the AST", | ||
"version": "4.7.1", | ||
"version": "5.0.0", | ||
"repository": { | ||
@@ -21,2 +21,3 @@ "type": "git", | ||
"acorn": "^5.2.1", | ||
"acorn5-object-spread": "^5.0.0", | ||
"defined": "^1.0.0" | ||
@@ -23,0 +24,0 @@ }, |
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
18755
40
445
3
20
1
+ Addedacorn5-object-spread@^5.0.0
+ Addedacorn5-object-spread@5.1.2(transitive)