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

@typescript-eslint/utils

Package Overview
Dependencies
Maintainers
2
Versions
2220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/utils - npm Package Compare versions

Comparing version 8.2.1-alpha.10 to 8.2.1-alpha.11

4

dist/ts-eslint/Config.d.ts

@@ -13,4 +13,4 @@ import type { Parser as ParserType } from './Parser';

type RulesRecord = Partial<Record<string, RuleEntry>>;
type GlobalVariableOptionBase = 'off' | 'readable' | 'readonly' | /** @deprecated use `'writable'` */ 'writable' | /** @deprecated use `'readonly'` */ 'writeable';
type GlobalVariableOptionBoolean = /** @deprecated use `'writable'` */ false | /** @deprecated use `'readonly'` */ true;
type GlobalVariableOptionBase = 'off' | /** @deprecated use `'readonly'` */ 'readable' | 'readonly' | 'writable' | /** @deprecated use `'writable'` */ 'writeable';
type GlobalVariableOptionBoolean = /** @deprecated use `'readonly'` */ false | /** @deprecated use `'writable'` */ true;
type GlobalVariableOption = GlobalVariableOptionBase | GlobalVariableOptionBoolean;

@@ -17,0 +17,0 @@ interface GlobalsConfig {

{
"name": "@typescript-eslint/utils",
"version": "8.2.1-alpha.10",
"version": "8.2.1-alpha.11",
"description": "Utilities for working with TypeScript + ESLint together",

@@ -67,5 +67,5 @@ "files": [

"@eslint-community/eslint-utils": "^4.4.0",
"@typescript-eslint/scope-manager": "8.2.1-alpha.10",
"@typescript-eslint/types": "8.2.1-alpha.10",
"@typescript-eslint/typescript-estree": "8.2.1-alpha.10"
"@typescript-eslint/scope-manager": "8.2.1-alpha.11",
"@typescript-eslint/types": "8.2.1-alpha.11",
"@typescript-eslint/typescript-estree": "8.2.1-alpha.11"
},

@@ -72,0 +72,0 @@ "peerDependencies": {

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