Socket
Socket
Sign inDemoInstall

@typescript-eslint/utils

Package Overview
Dependencies
Maintainers
2
Versions
2151
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.8.2-alpha.2 to 8.8.2-alpha.3

2

dist/ts-eslint/Rule.d.ts

@@ -315,3 +315,3 @@ import type { JSONSchema4 } from '../json-schema';

*/
export type CodePathFunction = ((fromSegment: CodePathSegment, toSegment: CodePathSegment, node: TSESTree.Node) => void) | ((codePath: CodePath, node: TSESTree.Node) => void) | ((segment: CodePathSegment, node: TSESTree.Node) => void);
export type CodePathFunction = ((codePath: CodePath, node: TSESTree.Node) => void) | ((fromSegment: CodePathSegment, toSegment: CodePathSegment, node: TSESTree.Node) => void) | ((segment: CodePathSegment, node: TSESTree.Node) => void);
export type RuleFunction<T extends TSESTree.NodeOrTokenData = never> = (node: T) => void;

@@ -318,0 +318,0 @@ interface RuleListenerBaseSelectors {

{
"name": "@typescript-eslint/utils",
"version": "8.8.2-alpha.2",
"version": "8.8.2-alpha.3",
"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.8.2-alpha.2",
"@typescript-eslint/types": "8.8.2-alpha.2",
"@typescript-eslint/typescript-estree": "8.8.2-alpha.2"
"@typescript-eslint/scope-manager": "8.8.2-alpha.3",
"@typescript-eslint/types": "8.8.2-alpha.3",
"@typescript-eslint/typescript-estree": "8.8.2-alpha.3"
},

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