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

23
6

6.0.1

Diff

Changelog

Source

[v6.0.1] - 2019-07-02

Added

  • Deprecation notice added to the readme.
rebeccastevens
published 6.0.0 •

Changelog

Source

[v6.0.0] - 2019-06-05

  • Overhaul ignore-prefix, adding in ignore-suffix and ignore-pattern. See PR #137
  • Updated the list of rules included in each ruleset. See PR #138
rebeccastevens
published 5.5.2 •

Changelog

Source

[v5.5.2] - 2019-03-25

  • readonly-array rule with the option ignore-prefix set will now ignore nested arrays within an ignored variable. See #132. See PR #133
rebeccastevens
published 5.5.1 •

Changelog

Source

[v5.5.1] - 2019-03-22

  • no-array-mutation now checks nested arrays. See #134. See PR #135
rebeccastevens
published 5.5.0 •

Changelog

Source

[v5.5.0] - 2019-03-21

  • readonly-array rule now allows for the readonly keyword to specify an array as readonly. This is a new feature supported in TypeScript 3.4. See #129. See PR #130
rebeccastevens
published 5.4.0 •

Changelog

Source

[v5.4.0] - 2019-03-14

  • no-object-mutation rule now disallows Object.assign mutation on identifiers and property access expressions. See #112. See PR #127
rebeccastevens
published 5.3.3 •

Changelog

Source

[v5.3.3] - 2019-03-12

  • Fixed rule readonly-array with option ignore-return-type not checking within union, intersection and conditional types. This fix should now catch all return types that contain a nested array. See #124. See PR #125
rebeccastevens
published 5.3.2 •

Changelog

Source

[v5.3.2] - 2019-03-07

Fixed

  • Fixed rule readonly-array with option ignore-return-type not checking within tuple types. See #121. See PR #122
rebeccastevens
published 5.3.1 •

Changelog

Source

[v5.3.1] - 2019-03-07

Fixed

  • Fixed rule readonly-array with option ignore-return-type not checking within generic parameters. See #117. Thanks to @RebeccaStevens for this fix! (See PR #120).
jonaskello
published 5.3.0 •

Changelog

Source

[v5.3.0] - 2019-02-19

Added

  • New rule no-reject (moved from no-throw rule in previous version). See PR #118.
23
6
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