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

Diff

Changelog

Source

[v4.1.0] - 2017-08-21

Added

  • New rule no-object-mutation. See #36 for background. Thanks to @miangraham for this rule! (See PR #37)
jonaskello
published 4.0.2 •

Changelog

Source

[v4.0.2] - 2017-07-16

Added

  • Added an index.js file to the rules directory in order for rulesDirectory to work. See #35.
jonaskello
published 4.0.1 •

Changelog

Source

[v4.0.1] - 2017-06-06

Fixed

  • Invalid default tslint config (it included the removed rules).
jonaskello
published 4.0.0 •

Changelog

Source

[v4.0.0] - 2017-06-06

Removed

  • readonly-interface rule. This rule is replaced by the readonly-keyword rule.
  • readonly-indexer rule. This rule is replaced by the readonly-keyword rule.
  • no-new rule. Please see background in #2.
  • no-arguments rule. This rule has been moved to the tslint-divid package.
  • no-label rule. This rule has been moved to the tslint-divid package.
  • no-semicolon-interface rule. This rule has been moved to the tslint-divid package.
  • import-containment rule. This rule has been moved to the tslint-divid package.
jonaskello
published 3.4.2 •

Changelog

Source

[v3.4.2] - 2017-05-14

Added

  • Notice in readme about deprecrating the no-new rule.

Deprecated

  • The no-new rule. See #2 for background.
jonaskello
published 3.4.1 •

Changelog

Source

[v3.4.1] - 2017-05-14

Added

  • Note in readme about moving the "other" rules. The no-argument, no-label, no-semicolon-interface, and import containtment rules are moving to tslint-divid. See #19 for more information.

Deprecated

  • The no-argument, no-label, no-semicolon-interface, and import containtment rules as noted above.
jonaskello
published 3.4.0 •

Changelog

Source

[v3.4.0] - 2017-05-14

Added

  • New rule readonly-keyword, to replace readonly-interface and readonly-indexer #31

Deprecated

  • The readonly-interface, and readonly-indexer rules are deprecated and will be removed in the next major release. Please use the readonly-keyword rule instead.
jonaskello
published 3.3.2 •

Changelog

Source

[v3.3.2] - 2017-05-13

Fixed

  • Functions in interfaces cannot have readonly specified but are still checked #28
jonaskello
published 3.3.1 •

Changelog

Source

[v3.3.1] - 2017-05-09

Fixed

  • patch: fix main file in package.json. Thanks to @yonbeastie. (see #29)
jonaskello
published 3.3.0 •

Changelog

Source

[v3.3.0] - 2017-05-09

Fixed

  • ignore-local does not work for function assigned to const #23

Added

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