Socket
Socket
Sign inDemoInstall

gulp-tslint

Package Overview
Dependencies
65
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous134567Next

6.1.2

Diff

nawitus
published 6.1.1 •

nawitus
published 6.1.0 •

Changelog

Source

6.1.0 (2016-07-29)

  • Allow custom formatter as a function pull #68.
  • Allow type checked rules

<a name="6.0.0"></a>

nawitus
published 6.0.2 •

nawitus
published 6.0.1 •

nawitus
published 6.0.0 •

Changelog

Source

6.0.0 (2016-07-09)

Changes

  • breaking change: Add support for custom TSLint formatters, gulp-tslint reporters have been removed.
  • breaking change: The signature for tslintPlugin.report has changed to tslintPlugin.report(options?: ReportOptions). This requires e.g. the following to be changed from
.pipe(tslint())
.pipe(tslint.report("verbose"))

to

.pipe(tslint({
    formatter: "verbose"
}))
.pipe(tslint.report())
  • Custom gulp-tslint reporters will no longer work; instead users will have to make use of the TSLint equivalents. For more information see pull #66.
  • breaking change: tslintPlugin.ProseErrorFormat is no longer exported.
  • breaking change: The options passed to tslintPlugin have changed. The PluginOptions interface is now:
interface PluginOptions {
    configuration?: any;
    formatter?: string;
    formattersDirectory?: string;
    rulesDirectory?: string;
    tslint?: any;
}
  • breaking change: "full" formatter was removed
  • Added "vso", "pmd" and "checkstyle" formatters

<a name="5.0.0"></a>

nawitus
published 5.0.0 •

Changelog

Source

5.0.0 (2016-04-24)

Changes

  • support for extends property

<a name="4.3.0"></a>

nawitus
published 4.3.5 •

nawitus
published 4.3.4 •

nawitus
published 4.3.3 •

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