Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tslint-immutable

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-immutable - npm Package Versions

13
6

5.2.0

Diff

Changelog

Source

[v5.2.0] - 2019-02-14

Added

  • Update no-throw to not allow Promise.reject(). See #115 and PR #116. Thanks to @sbdchd for this addition!
jonaskello
published 5.1.2 •

Changelog

Source

[v5.1.2] - 2019-01-25

  • Republished without changes (becuase previous publish failed).
jonaskello
published 5.1.1 •

Changelog

Source

[v5.1.1] - 2019-01-25

Fixed

  • Fixes readonly-keyword fixer adds the readonly modifier in the wrong place for decorated class properties. See #81. Thanks to @tkryskiewicz for this fix! (See PR #113).
jonaskello
published 5.1.0 •

Changelog

Source

[v5.1.0] - 2019-01-15

Added

  • New option ignore-new-array for the no-array-mutation rule. This option replaces the ignore-mutation-following-accessor option, however the old option name will remain as an alias and will be removed in the next major release. See #102. Thanks to @RebeccaStevens for adding this option! (See PR #110)
jonaskello
published 5.0.1 •

Changelog

Source

[v5.0.1] - 2018-12-15

Fixed

  • Fixed a regression in the readonly-array. See #104.
jonaskello
published 5.0.0 •

Changelog

Source

[v5.0.0] - 2018-11-24

Changed

  • Internal refactoring to use the tsutils library, see PR 100. This cleans up a lot of code and makes it easier to do further development. Becasue the tsutils library requires typescript version >=2.8 and node >=6 this refactoring required a major version bump. Big thanks to RebeccaStevens for the amazing work on this refactoring :-).
jonaskello
published 4.9.1 •

Changelog

Source

[v4.9.1] - 2018-11-04

Fixed

  • ignore-return-type option for the readonly-array doesn't catch method declarations. See #95.
jonaskello
published 4.9.0 •

Changelog

Source

[v4.9.0] - 2018-11-01

Added

  • New option ignore-return-type for the readonly-array rule. See #82. Thanks to @RebeccaStevens for adding this option! (See PR #95)
jonaskello
published 4.8.0 •

Changelog

Source

[v4.8.0] - 2018-10-07

Added

  • New option ignore-rest-parameters for the readonly-array rule. See #73. Thanks to @aboyton for adding this option! (See PR #93)

Added

jonaskello
published 4.7.0 •

Changelog

Source

[v4.7.0] - 2018-08-23

Added

  • New option ignore-mutation-following-accessor for the no-array-mutation rule. See #88. Thanks to @RebeccaStevens for adding this option! (See PR #89)

  • New rules no-throw and no-try. See #86. Thanks to @RebeccaStevens for adding these rules! (See PR #91)

  • Option for enabling all the rules with tslint-immutable/all. See #66. Thanks to @bakerface for adding this! (See PR #85)

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