Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@typescript-eslint/scope-manager

Package Overview
Dependencies
Maintainers
2
Versions
3224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/scope-manager - npm Package Compare versions

Comparing version 8.17.1-alpha.12 to 8.17.1-alpha.13

4

dist/analyze.js

@@ -27,3 +27,5 @@ "use strict";

jsxFragmentName: providedOptions?.jsxFragmentName ?? DEFAULT_OPTIONS.jsxFragmentName,
jsxPragma: providedOptions?.jsxPragma === undefined
jsxPragma:
// eslint-disable-next-line @typescript-eslint/internal/eqeq-nullish
providedOptions?.jsxPragma === undefined
? DEFAULT_OPTIONS.jsxPragma

@@ -30,0 +32,0 @@ : providedOptions.jsxPragma,

{
"name": "@typescript-eslint/scope-manager",
"version": "8.17.1-alpha.12",
"version": "8.17.1-alpha.13",
"description": "TypeScript scope analyser for ESLint",

@@ -49,4 +49,4 @@ "files": [

"dependencies": {
"@typescript-eslint/types": "8.17.1-alpha.12",
"@typescript-eslint/visitor-keys": "8.17.1-alpha.12"
"@typescript-eslint/types": "8.17.1-alpha.13",
"@typescript-eslint/visitor-keys": "8.17.1-alpha.13"
},

@@ -56,3 +56,3 @@ "devDependencies": {

"@types/glob": "*",
"@typescript-eslint/typescript-estree": "8.17.1-alpha.12",
"@typescript-eslint/typescript-estree": "8.17.1-alpha.13",
"glob": "*",

@@ -59,0 +59,0 @@ "jest-specific-snapshot": "*",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc