Socket
Socket
Sign inDemoInstall

gulp-tslint

Package Overview
Dependencies
58
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.1 to 6.1.2

4

index.js

@@ -142,3 +142,5 @@ /*jshint node:true */

if (options.reportLimit <= 0 || (options.reportLimit && options.reportLimit > totalReported)) {
console.log(file.tslint.output);
if (file.tslint.output !== undefined) {
console.log(file.tslint.output);
}
totalReported += failureCount;

@@ -145,0 +147,0 @@ if (options.reportLimit > 0 &&

{
"name": "gulp-tslint",
"preferGlobal": false,
"version": "6.1.1",
"version": "6.1.2",
"author": "Panu Horsmalahti <panu.horsmalahti@iki.fi>",

@@ -38,3 +38,3 @@ "description": "TypeScript linter Gulp plugin",

"gulp-concat": "^2.6.0",
"gulp-typescript": "^2.13.6",
"gulp-typescript": "^3.0.1",
"tslint": "^3",

@@ -41,0 +41,0 @@ "typescript": "latest"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc