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 5.0.0-beta.14 to 5.0.0-beta.15

5

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

@@ -77,3 +77,3 @@ "keywords": [

"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@rebeccastevens/eslint-config": "1.4.4",
"@rebeccastevens/eslint-config": "1.4.5",
"@rollup/plugin-commonjs": "^23.0.0",

@@ -121,3 +121,2 @@ "@rollup/plugin-json": "^5.0.0",

"eslint-plugin-sonarjs": "^0.16.0",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-unicorn": "^44.0.2",

@@ -124,0 +123,0 @@ "espree": "^9.4.0",

9

README.md

@@ -114,6 +114,7 @@ <div align="center">

| Name | Description | <span title="Stylistic">:fleur_de_lis:</span> | <span title="Strict">:speak_no_evil:</span> | <span title="Recommended">:see_no_evil:</span> | <span title="Lite">:hear_no_evil:</span> | :wrench: | :blue_heart: |
| -------------------------------------------------------------------------- | -------------------------------------------------- | :-------------------------------------------: | :-----------------------------------------: | :--------------------------------------------: | :--------------------------------------: | :------: | :---------------: |
| [`prefer-property-signatures`](./docs/rules/prefer-property-signatures.md) | Enforce property signatures over method signatures | :heavy_check_mark: | | | | | :thought_balloon: |
| [`prefer-tacit`](./docs/rules/prefer-tacit.md) | Tacit/Point-Free style. | :heavy_check_mark: | | | | :wrench: | :blue_heart: |
| Name | Description | <span title="Stylistic">:fleur_de_lis:</span> | <span title="Strict">:speak_no_evil:</span> | <span title="Recommended">:see_no_evil:</span> | <span title="Lite">:hear_no_evil:</span> | :wrench: | :blue_heart: |
| -------------------------------------------------------------------------- | ----------------------------------------------------------------------- | :-------------------------------------------: | :-----------------------------------------: | :--------------------------------------------: | :--------------------------------------: | :------: | :---------------: |
| [`prefer-property-signatures`](./docs/rules/prefer-property-signatures.md) | Enforce property signatures over method signatures | :heavy_check_mark: | | | | | :thought_balloon: |
| [`prefer-tacit`](./docs/rules/prefer-tacit.md) | Tacit/Point-Free style. | :heavy_check_mark: | | | | :wrench: | :blue_heart: |
| [`readonly-type`](./docs/rules/readonly-type.md) | Require consistently using either `readonly` keywords or `Readonly<T>`. | :heavy_check_mark: | | | | :wrench: | :thought_balloon: |

@@ -120,0 +121,0 @@ ### Key

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