Socket
Socket
Sign inDemoInstall

tslint-loader

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-loader - npm Package Compare versions

Comparing version 3.5.1 to 3.5.2

4

CHANGELOG.md
# Changelog
### 3.5.1
Enable Tslint versions greater than 4
### 3.4.2

@@ -4,0 +8,0 @@

@@ -67,2 +67,3 @@ /*

if (result.failureCount === 0) return;
if (result.failures && result.failures.length === 0) return;
var err = new Error(result.output);

@@ -69,0 +70,0 @@ delete err.stack;

2

package.json
{
"name": "tslint-loader",
"version": "3.5.1",
"version": "3.5.2",
"description": "tslint loader for webpack",

@@ -5,0 +5,0 @@ "main": "index.js",

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