Socket
Socket
Sign inDemoInstall

eslint-scope

Package Overview
Dependencies
2
Maintainers
4
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.1.0 to 7.1.1

4

lib/scope.js

@@ -266,3 +266,5 @@ /*

*/
this.isStrict = isStrictScope(this, block, isMethodDefinition, scopeManager.__useDirective());
this.isStrict = scopeManager.isStrictModeSupported()
? isStrictScope(this, block, isMethodDefinition, scopeManager.__useDirective())
: false;

@@ -269,0 +271,0 @@ /**

@@ -1,3 +0,3 @@

const version = "7.1.0";
const version = "7.1.1";
export default version;

@@ -14,3 +14,3 @@ {

},
"version": "7.1.0",
"version": "7.1.1",
"engines": {

@@ -55,4 +55,4 @@ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"

"eslint-release": "^3.2.0",
"eslint-visitor-keys": "^3.1.0",
"espree": "^9.0.0",
"eslint-visitor-keys": "^3.3.0",
"espree": "^9.3.1",
"mocha": "^9.0.1",

@@ -59,0 +59,0 @@ "npm-license": "^0.3.3",

Sorry, the diff of this file is not supported yet

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