Socket
Socket
Sign inDemoInstall

@typescript-eslint/eslint-plugin

Package Overview
Dependencies
Maintainers
2
Versions
3773
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/eslint-plugin - npm Package Compare versions

Comparing version 8.2.1-alpha.15 to 8.2.1-alpha.16

2

dist/rules/no-redundant-type-constituents.js

@@ -150,3 +150,3 @@ "use strict";

return !!(node.parent.type === utils_1.AST_NODE_TYPES.TSTypeAnnotation &&
((0, util_1.isFunctionType)(node.parent.parent) || (0, util_1.isFunction)(node.parent.parent)));
(0, util_1.isFunctionOrFunctionType)(node.parent.parent));
}

@@ -153,0 +153,0 @@ /**

{
"name": "@typescript-eslint/eslint-plugin",
"version": "8.2.1-alpha.15",
"version": "8.2.1-alpha.16",
"description": "TypeScript plugin for ESLint",

@@ -63,6 +63,6 @@ "files": [

"@eslint-community/regexpp": "^4.10.0",
"@typescript-eslint/scope-manager": "8.2.1-alpha.15",
"@typescript-eslint/type-utils": "8.2.1-alpha.15",
"@typescript-eslint/utils": "8.2.1-alpha.15",
"@typescript-eslint/visitor-keys": "8.2.1-alpha.15",
"@typescript-eslint/scope-manager": "8.2.1-alpha.16",
"@typescript-eslint/type-utils": "8.2.1-alpha.16",
"@typescript-eslint/utils": "8.2.1-alpha.16",
"@typescript-eslint/visitor-keys": "8.2.1-alpha.16",
"graphemer": "^1.4.0",

@@ -78,4 +78,4 @@ "ignore": "^5.3.1",

"@types/natural-compare": "*",
"@typescript-eslint/rule-schema-to-typescript-types": "8.2.1-alpha.15",
"@typescript-eslint/rule-tester": "8.2.1-alpha.15",
"@typescript-eslint/rule-schema-to-typescript-types": "8.2.1-alpha.16",
"@typescript-eslint/rule-tester": "8.2.1-alpha.16",
"ajv": "^6.12.6",

@@ -82,0 +82,0 @@ "cross-env": "^7.0.3",

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