Socket
Socket
Sign inDemoInstall

@typescript-eslint/eslint-plugin

Package Overview
Dependencies
Maintainers
1
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 1.9.1-alpha.0 to 1.9.1-alpha.1

2

dist/rules/no-extra-parens.js

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

SwitchCase(node) {
if (node.test.type !== experimental_utils_1.AST_NODE_TYPES.TSAsExpression) {
if (node.test && node.test.type !== experimental_utils_1.AST_NODE_TYPES.TSAsExpression) {
return rules.SwitchCase(node);

@@ -129,0 +129,0 @@ }

{
"name": "@typescript-eslint/eslint-plugin",
"version": "1.9.1-alpha.0+2378fca",
"version": "1.9.1-alpha.1+5ec2b32",
"description": "TypeScript plugin for ESLint",

@@ -39,4 +39,4 @@ "keywords": [

"dependencies": {
"@typescript-eslint/experimental-utils": "1.9.1-alpha.0+2378fca",
"@typescript-eslint/parser": "1.9.1-alpha.0+2378fca",
"@typescript-eslint/experimental-utils": "1.9.1-alpha.1+5ec2b32",
"@typescript-eslint/parser": "1.9.1-alpha.1+5ec2b32",
"eslint-utils": "^1.3.1",

@@ -54,3 +54,3 @@ "functional-red-black-tree": "^1.0.1",

},
"gitHead": "2378fcaed4032d46ccedc10a623c1c1be6ea2182"
"gitHead": "5ec2b32235ef343b574077075641eb4c68d1ae59"
}

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