eslint-scope
Advanced tools
Comparing version 5.1.0 to 5.1.1
@@ -0,1 +1,7 @@ | ||
v5.1.1 - September 12, 2020 | ||
* [`9b528d7`](https://github.com/eslint/eslint-scope/commit/9b528d778c381718c12dabfb7f1c0e0dc6b36e49) Upgrade: esrecurse version to ^4.3.0 (#64) (Timofey Kachalov) | ||
* [`f758bbc`](https://github.com/eslint/eslint-scope/commit/f758bbc3d49b9b9ea2289a5d6a6bba8dcf2c4903) Chore: fix definiton -> definition typo in comments (#63) (Kevin Kirsche) | ||
* [`7513734`](https://github.com/eslint/eslint-scope/commit/751373473375b3f2edc4eaf1c8d2763d8435bb72) Chore: move to GitHub Actions (#62) (Kai Cataldo) | ||
v5.1.0 - June 4, 2020 | ||
@@ -2,0 +8,0 @@ |
@@ -40,3 +40,3 @@ /* | ||
* @param {Block} block - block | ||
* @param {boolean} isMethodDefinition - is method definiton | ||
* @param {boolean} isMethodDefinition - is method definition | ||
* @param {boolean} useDirective - use directive | ||
@@ -43,0 +43,0 @@ * @returns {boolean} is strict scope |
@@ -6,3 +6,3 @@ { | ||
"main": "lib/index.js", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"engines": { | ||
@@ -31,3 +31,3 @@ "node": ">=8.0.0" | ||
"dependencies": { | ||
"esrecurse": "^4.1.0", | ||
"esrecurse": "^4.3.0", | ||
"estraverse": "^4.1.1" | ||
@@ -34,0 +34,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
78356
0
Updatedesrecurse@^4.3.0