detective
Advanced tools
Comparing version 5.2.0 to 5.2.1
@@ -5,2 +5,8 @@ # detective Change Log | ||
## x.y.z - unreleased | ||
* update acorn-node to 1.8.2 (make use of acorn 7.x) | ||
## 5.2.1 - 2022-05-27 | ||
* Update to "minimist": "^1.2.6" from "^1.1.1" to quiet down dependabot security theater. | ||
## 5.2.0 - 2019-01-28 | ||
@@ -7,0 +13,0 @@ * Use acorn-node's option defaults, adds support for new ES features (https://github.com/browserify/detective/pull/81) |
{ | ||
"name": "detective", | ||
"description": "find all require() calls by walking the AST", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"author": { | ||
@@ -12,5 +12,5 @@ "name": "James Halliday", | ||
"dependencies": { | ||
"acorn-node": "^1.6.1", | ||
"acorn-node": "^1.8.2", | ||
"defined": "^1.0.0", | ||
"minimist": "^1.1.1" | ||
"minimist": "^1.2.6" | ||
}, | ||
@@ -17,0 +17,0 @@ "devDependencies": { |
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
20760
Updatedacorn-node@^1.8.2
Updatedminimist@^1.2.6