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

1
6

4.6.0

Diff

Changelog

Source

[v4.6.0] - 2018-06-12

Added

  • New rule no-array-mutation. See #74. Thanks to @RebeccaStevens for adding this rule! (See PR #84)
jonaskello
published 4.5.4 •

Changelog

Source

[v4.5.4] - 2018-04-17

  • no-object-mutation rule, allow class member mutation in constructor #79.

  • readonly-keyword rule, check function params and return type #80

jonaskello
published 4.5.3 •

Changelog

Source

[v4.5.3] - 2018-03-31

Fixed

  • readonly-array fixer does not work for arrays with nested template type. See #24. Thanks to @geon for fixing this longstanding bug! (See PR #78)
jonaskello
published 4.5.2 •

Changelog

Source

[v4.5.2] - 2018-02-27

Fixed

  • Ignore await when checking ignore-prefix in no-expression-statement. See #76.

  • no-class does not catch class expressions. See #65. Thanks to @ianbollinger for this fix! (See PR #70)

jonaskello
published 4.5.1 •

Changelog

Source

[v4.5.1] - 2018-01-16

Fixed

  • no-mixed-interface does not understand arrow function notation. See #62. Thanks to @geon for this fix! (See PR #63)
jonaskello
published 4.5.0 •

Changelog

Source

[v4.5.0] - 2017-12-29

Added

  • New options ignore-interface, and ignore-class for the readonly-keyword rule. See #44 for background. Thanks to @aboyton for these options! (See PR #57)

  • The ignore-prefix option can be an array for all rules (previously just for no-expression-statement and no-object-mutation).

  • New rule no-delete. See readme for more info.

  • New rule no-if-statement. See readme for more info and #54 for discussion.

  • New rule no-loop-statement. See readme for more info and #54 for discussion.

Fixed

  • no-mixed-interface does not understand arrow function notation. See #60.
jonaskello
published 4.4.0 •

Changelog

Source

[v4.4.0] - 2017-09-27

Added

  • New option ignore-prefix for the no-object-mutation rule. See #43 for background. Thanks to @miangraham for this option! (See PR #53)
jonaskello
published 4.3.0 •

Changelog

Source

[v4.3.0] - 2017-09-23

Fixed

  • The readonly-keyword rule now properly checks for readonly modifier of class property declarations. See #49 and PR #50.

Added

jonaskello
published 4.2.1 •

Changelog

Source

[v4.2.1] - 2017-09-21

Fixed

  • The readonly-array rule with ignore-local option does not work within class. See 45.
jonaskello
published 4.2.0 •

Changelog

Source

[v4.2.0] - 2017-09-14

Added

  • New option ignore-prefix for the no-expression-statement rule. See #39 for background. Thanks to @algesten for this option! (See PR #42)
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