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

tslint

Package Overview
Dependencies
Maintainers
1
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

5

CHANGELOG.md
Change Log
===
v4.1.1
---
* [bugfix] `typedef` rule was showing false positive for `catch` clause (#1887)
v4.1.0

@@ -5,0 +10,0 @@ ---

2

lib/linter.js

@@ -196,3 +196,3 @@ /**

}());
Linter.VERSION = "4.1.0";
Linter.VERSION = "4.1.1";
Linter.findConfiguration = configuration_1.findConfiguration;

@@ -199,0 +199,0 @@ Linter.findConfigurationPath = configuration_1.findConfigurationPath;

@@ -176,3 +176,3 @@ /**

if (node.parent != null && node.parent.parent != null
&& node.parent.parent.kind !== ts.SyntaxKind.CatchClause
&& node.parent.kind !== ts.SyntaxKind.CatchClause
&& node.parent.parent.kind !== ts.SyntaxKind.ForInStatement

@@ -179,0 +179,0 @@ && node.parent.parent.kind !== ts.SyntaxKind.ForOfStatement) {

{
"name": "tslint",
"version": "4.1.0",
"version": "4.1.1",
"description": "An extensible static analysis linter for the TypeScript language",

@@ -5,0 +5,0 @@ "bin": {

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