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 Versions

1
19

2.1.0

Diff

Changelog

Source

v2.1.0

  • Fix crash on Windows
palantir
published 2.0.1 •

Changelog

Source

v2.0.1

  • Upgraded Typescript compiler to 1.4
  • BREAKING CHANGES
    • typedef rule options were modified:
      • index-signature removed as no longer necessary
      • property-signature renamed to property-declaration
      • variable-declarator renamed to variable-declaration
      • member-variable-declarator renamed to member-variable-declaration
    • typedef-whitespace rule options were modified:
      • catch-clause was removed as invalid
      • further options were added, see readme for more details
    • due to changes to the typescript compiler API, old custom rules may no longer work and may need to be rewritten
    • the JSON formatter's line and character positions are now 1-indexed instead of 0-indexed
palantir
published 2.0.0 •

palantir
published 1.2.0 •

Changelog

Source

v1.2.0

  • [bug] #245
palantir
published 1.0.1 •

Changelog

Source

v1.0.1

  • [bug] #238
palantir
published 1.0.0 •

Changelog

Source

v1.0.0

  • upgrade TypeScript compiler to 1.3
  • BREAKING CHANGES
    • all error messages now start with a lower-case character and do not end with a period
    • all rule options are consistent in nomenclature. The typedef and typedef-whitespace rules now take in hyphenated options
    • unused-variables rule cannot find unused private variables defined in the constructor due to a bug in 1.3 compiler
    • indent rule has changed to only check for tabs or spaces and not enforce indentation levels
palantir
published 0.4.14 •

palantir
published 0.4.13 •

palantir
published 0.4.12 •

Changelog

Source

v0.4.12

  • multiple files with -f on cli
  • config file search starts with input file
palantir
published 0.4.11 •

Changelog

Source

v0.4.11

  • [bugs] #136, #163
  • internal refactors
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