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.0.2 to 4.1.0

7

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
# [4.1.0](https://github.com/jonaskello/eslint-plugin-functional/compare/v4.0.2...v4.1.0) (2022-01-08)
### Features
* **no-let:** add option to allow lets inside of for loop initializers ([#306](https://github.com/jonaskello/eslint-plugin-functional/issues/306)) ([71769f3](https://github.com/jonaskello/eslint-plugin-functional/commit/71769f3f4c9cda0b30fd2ec440c89b99a7c5297f))
## [4.0.2](https://github.com/jonaskello/eslint-plugin-functional/compare/v4.0.1...v4.0.2) (2021-10-24)

@@ -5,0 +12,0 @@

12

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

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

"@typescript-eslint/experimental-utils": "^5.0.0",
"deepmerge-ts": "^1.1.3",
"deepmerge-ts": "^2.0.1",
"escape-string-regexp": "^4.0.0"

@@ -72,3 +72,3 @@ },

"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@commitlint/config-conventional": "^14.1.0",
"@istanbuljs/nyc-config-typescript": "^1.0.1",

@@ -110,3 +110,3 @@ "@rebeccastevens/eslint-config": "^1.1.5",

"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsdoc": "^36.1.1",
"eslint-plugin-jsdoc": "^37.1.0",
"eslint-plugin-markdown": "^2.2.0",

@@ -118,3 +118,3 @@ "eslint-plugin-node": "^11.1.0",

"eslint-plugin-sonarjs": "^0.10.0",
"eslint-plugin-unicorn": "^37.0.1",
"eslint-plugin-unicorn": "^39.0.0",
"espree": "^9.0.0",

@@ -124,3 +124,3 @@ "husky": "^7.0.2",

"jsonc-parser": "^3.0.0",
"lint-staged": "^11.2.3",
"lint-staged": "^12.1.2",
"markdownlint-cli": "^0.29.0",

@@ -127,0 +127,0 @@ "nyc": "^15.1.0",

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