Socket
Socket
Sign inDemoInstall

eslint-plugin-functional

Package Overview
Dependencies
Maintainers
2
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-functional - npm Package Compare versions

Comparing version 4.4.0-beta.1 to 5.0.0-beta.1

18

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
# [4.4.0-beta.1](https://github.com/eslint-functional/eslint-plugin-functional/compare/v4.3.1...v4.4.0-beta.1) (2022-09-19)
# [5.0.0-beta.1](https://github.com/eslint-functional/eslint-plugin-functional/compare/v4.3.1...v5.0.0-beta.1) (2022-09-19)

@@ -9,5 +9,13 @@

* **no-method-signature:** rename to "prefer-property-signatures" and move it to stylistic ruleset ([992ca6a](https://github.com/eslint-functional/eslint-plugin-functional/commit/992ca6a80141458250894a87e3c4898bcf492d30))
* **prefer-readonly-type:** deprecated this rule ([cdad4e6](https://github.com/eslint-functional/eslint-plugin-functional/commit/cdad4e637cac4f16d37727b642b404dc14adf5ed))
* remove `@typescript-eslint/prefer-readonly-parameter-types` from `external-recommended` ([b286dd2](https://github.com/eslint-functional/eslint-plugin-functional/commit/b286dd2c74e7d69c8625b19c74396b3d90bbf104))
### Build System
* bump minimum supported version of node to 16.10 ([e9284c1](https://github.com/eslint-functional/eslint-plugin-functional/commit/e9284c1feb0a2c74110857c9a71d72c079fadb51))
* bump minimum supported version of TypeScript to 4.0.2 ([01e7eb4](https://github.com/eslint-functional/eslint-plugin-functional/commit/01e7eb404461cb77bfc3cea4f4756de3c4d07ee3))
### Features

@@ -18,2 +26,10 @@

### BREAKING CHANGES
* remove `@typescript-eslint/prefer-readonly-parameter-types` from `external-recommended`
* **no-method-signature:** rename to "prefer-property-signatures" and move it to stylistic ruleset
* bump minimum supported version of TypeScript to 4.0.2
* bump minimum supported version of node to 16.10
## [4.3.1](https://github.com/eslint-functional/eslint-plugin-functional/compare/v4.3.0...v4.3.1) (2022-09-14)

@@ -20,0 +36,0 @@

2

package.json
{
"name": "eslint-plugin-functional",
"version": "4.4.0-beta.1",
"version": "5.0.0-beta.1",
"description": "ESLint rules to disable mutation and promote fp in TypeScript.",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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