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

tslint-immutable

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-immutable - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

rules/index.js

7

CHANGELOG.md

@@ -9,2 +9,6 @@ # Change Log

## [v4.0.2] - 2017-07-16
### Added
- Added an index.js file to the rules directory in order for rulesDirectory to work. See [#35](https://github.com/jonaskello/tslint-immutable/issues/35).
## [v4.0.1] - 2017-06-06

@@ -126,3 +130,4 @@ ### Fixed

[Unreleased]: https://github.com/jonaskello/tslint-immutable/compare/v4.0.1...master
[Unreleased]: https://github.com/jonaskello/tslint-immutable/compare/v4.0.2...master
[v4.0.1]: https://github.com/jonaskello/tslint-immutable/compare/v4.0.1...v4.0.2
[v4.0.1]: https://github.com/jonaskello/tslint-immutable/compare/v4.0.0...v4.0.1

@@ -129,0 +134,0 @@ [v4.0.0]: https://github.com/jonaskello/tslint-immutable/compare/v3.4.2...v4.0.0

2

package.json
{
"name": "tslint-immutable",
"version": "4.0.1",
"version": "4.0.2",
"description": "TSLint rules to disable mutation in TypeScript.",

@@ -5,0 +5,0 @@ "main": "tslint-immutable.json",

@@ -291,3 +291,2 @@ # tslint-immutable

"no-class": true,
"no-new": true,
"no-mixed-interface": true,

@@ -294,0 +293,0 @@ "no-expression-statement": true,

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