Socket
Socket
Sign inDemoInstall

eslint-scope

Package Overview
Dependencies
2
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.0 to 5.1.1

6

CHANGELOG.md

@@ -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 @@

2

lib/scope.js

@@ -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 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc