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.4.3

Diff

Changelog

Source

v2.4.3

  • [new-rule] no-conditional-assignment (#507)
  • [new-rule] member-access (#552)
  • [new-rule] no-internal-module (#513)
  • [bugfix] small fixes to sample.tslint.json (#545)
  • [bugfix] fix README docs for quotemark and indent (#523)
  • [enhancement] update findup-sync and underscore.string dependencies
  • [enhancement] add "typescript" field to package.json (#560)
  • [enhancement] small improvements to CLI help text
  • [enhancement] expose raw failures array in the JS API (#477)
palantir
published 2.5.0-dev.2 •

Changelog

Source

v2.5.0-dev.2

  • Upgrade TypeScript compiler to v1.6.0-dev.20150811
  • [bug] fix whitespace false positive in JSX elements (#559)
palantir
published 2.5.0-dev.1 •

Changelog

Source

v2.5.0-dev.1

  • Upgrade TypeScript compiler to v1.6.0-dev.20150805
  • [enhancement] Support .tsx syntax (#490)
palantir
published 2.4.2 •

Changelog

Source

v2.4.2

  • [bug] remove npm-shrinkwrap.json from the published package
palantir
published 2.4.1 •

palantir
published 2.4.0 •

Changelog

Source

v2.4.0

  • Upgraded Typescript compiler to 1.5.3
  • [bugs] #332, #493, #509, #483
  • [bug] fix error message in no-var-keyword rule
  • [enhancement] CI tests are now run on node v0.12 in addition to v0.10
  • BREAKING
    • -f option removed from CLI
palantir
published 2.3.1-beta •

Changelog

Source

v2.3.1-beta

  • [bugs] #137 #434 #451 #456
  • [new-rule] no-require-imports disallows require() style imports
  • [new-rule] no-shadowed-variable moves over shadowed variable checking from no-duplicate-variable into its own rule
  • BREAKING
    • no-duplicate-variable now only checks for duplicates within the same block scope; enable no-shadowed-variable to get duplicate-variable checking across block scopes
  • [enhancement] no-duplicate-variable, no-shadowed-variable, and no-use-before-declare now support ES6 destructuring
  • [enhancement] tslint CLI now uses a default configuration if no config file is found
palantir
published 2.3.0-beta •

Changelog

Source

v2.3.0-beta

  • [bugs] #401 #367 #324 #352
  • [new-rule] no-var-keyword disallows var in favor of let and const
  • [new-rule] sort-object-literal-keys forces object-literal keys to be sorted alphabetically
  • Add support for ES6 destructuring and module syntax (affects variable-name, no-use-before-declare, whitespace and no-unused-variable)
  • Add support for ES6 for-of and spread operator syntax
  • Use tsconfig.json & JSCS in the build system
palantir
published 2.2.0-beta •

Changelog

Source

v2.2.0-beta

  • Upgraded Typescript compiler to 1.5.0-beta
  • BREAKING CHANGES
    • 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 back to being 0-indexed instead of 1-indexed
  • [bugs] #328 #334 #319 #351 #365 #254
  • [bug] fixes for tslint behavior around template strings (fixes #357, #349, #332, and more)
  • [new-rule] align rule now enforces vertical alignment on parameters, arguments, and statements
  • [new-rule] switch-default enforces a default case in switch statements
  • [feature] no-duplicate-variable rule now additionally checks if function parameters have been shadowed
  • Additional fixes to existing rules to work as before with the typescript 1.5 compiler
palantir
published 2.1.1 •

Changelog

Source

v2.1.1

  • [bugs] #292 #293 #295 #301 #302
  • Some internal refactoring
  • Added Windows CI testing (appveyor)
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