Socket
Socket
Sign inDemoInstall

eslint-plugin-functional

Package Overview
Dependencies
130
Maintainers
2
Versions
108
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.0 to 6.1.1

2

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

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

@@ -77,2 +77,5 @@ <div align="center">

- **Disable Type Checked** (`plugin:functional/disableTypeChecked`)\
Disable all rules that require type information.
- **External Vanilla Recommended** (`plugin:functional/external-vanilla-recommended`)\

@@ -112,3 +115,3 @@ Configures recommended [vanilla ESLint](https://www.npmjs.com/package/eslint) rules.

| :------------------------------------------------------- | :----------------------------------------------------- | :-------------------------------- | :-- | :---- | :-- | :-- | :-- | :-- |
| [no-promise-reject](docs/rules/no-promise-reject.md) | Disallow try-catch[-finally] and try-finally patterns. | | | | | | | |
| [no-promise-reject](docs/rules/no-promise-reject.md) | Disallow rejecting promises. | | | | | | | |
| [no-throw-statements](docs/rules/no-throw-statements.md) | Disallow throwing exceptions. | β˜‘οΈ βœ… πŸ”’ ![badge-no-exceptions][] | | | | | | |

@@ -160,2 +163,3 @@ | [no-try-statements](docs/rules/no-try-statements.md) | Disallow try-catch[-finally] and try-finally patterns. | πŸ”’ ![badge-no-exceptions][] | | β˜‘οΈ βœ… | | | | |

[badge-no-statements]: https://img.shields.io/badge/-no--statements-purple.svg
[badge-disable-type-checked]: https://img.shields.io/badge/-disable--type--checked-navy.svg

@@ -162,0 +166,0 @@ ## External Recommended Rules

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚑️ by Socket Inc