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.2.0 to 4.2.1

2

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
## [4.2.1](https://github.com/jonaskello/eslint-plugin-functional/compare/v4.2.0...v4.2.1) (2022-04-06)
# [4.2.0](https://github.com/jonaskello/eslint-plugin-functional/compare/v4.1.1...v4.2.0) (2022-02-06)

@@ -5,0 +7,0 @@

99

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

@@ -65,72 +65,75 @@ "keywords": [

"dependencies": {
"@typescript-eslint/experimental-utils": "^5.0.0",
"deepmerge-ts": "^2.0.1",
"@typescript-eslint/utils": "^5.10.2",
"deepmerge-ts": "^4.0.3",
"escape-string-regexp": "^4.0.0"
},
"devDependencies": {
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^14.1.0",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@google/semantic-release-replace-plugin": "^1.1.0",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@rebeccastevens/eslint-config": "^1.1.5",
"@rollup/plugin-commonjs": "^21.0.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@rebeccastevens/eslint-config": "1.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-typescript": "^8.2.5",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/commit-analyzer": "^9.0.1",
"@semantic-release/git": "^10.0.0",
"@semantic-release/github": "^8.0.1",
"@semantic-release/npm": "^8.0.0",
"@semantic-release/release-notes-generator": "^10.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.2",
"@semantic-release/npm": "^9.0.0",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/dedent": "^0.7.0",
"@types/eslint": "^7.28.1",
"@types/estree": "^0.0.50",
"@types/node": "16.11.0",
"@types/eslint": "^8.4.1",
"@types/estree": "^0.0.51",
"@types/node": "17.0.23",
"@types/rollup-plugin-auto-external": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"ava": "^3.15.0",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"ava": "^4.0.1",
"babel-eslint": "^10.1.0",
"chalk": "^4.1.2",
"codecov": "^3.8.1",
"codecov": "^3.8.2",
"commitizen": "^4.2.4",
"conventional-commit-types": "^3.0.0",
"cross-env": "^7.0.3",
"cspell": "^5.12.3",
"cspell": "^5.18.3",
"dedent": "^0.7.0",
"eslint": "^8.0.1",
"eslint": "^8.8.0",
"eslint-ava-rule-tester": "^4.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-ava": "^13.0.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-ava": "^13.2.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-eslint-plugin": "^3.6.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsdoc": "^37.1.0",
"eslint-plugin-markdown": "^2.2.0",
"eslint-plugin-eslint-plugin": "^4.1.0",
"eslint-plugin-functional": "^4.2.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^37.7.1",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-optimize-regex": "^1.2.0",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-sonarjs": "^0.11.0",
"eslint-plugin-unicorn": "^39.0.0",
"espree": "^9.0.0",
"husky": "^7.0.2",
"json-schema": "^0.3.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-sonarjs": "^0.12.0",
"eslint-plugin-tsdoc": "^0.2.14",
"eslint-plugin-unicorn": "^40.1.0",
"espree": "^9.3.0",
"husky": "^7.0.4",
"json-schema": "^0.4.0",
"jsonc-parser": "^3.0.0",
"lint-staged": "^12.1.2",
"markdownlint-cli": "^0.29.0",
"lint-staged": "^12.3.3",
"markdownlint-cli": "^0.31.0",
"nyc": "^15.1.0",
"prettier": "^2.4.1",
"rimraf": "^3.0.0",
"rollup": "^2.58.0",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"rollup": "^2.67.0",
"rollup-plugin-auto-external": "^2.0.0",
"semantic-release": "^18.0.0",
"ts-node": "^10.3.0",
"semantic-release": "^19.0.2",
"ts-node": "^10.4.0",
"tsc-prog": "^2.2.1",
"tsconfig-paths": "^3.10.1",
"tslib": "^2.0.3",
"tsconfig-paths": "^3.12.0",
"tslib": "^2.3.1",
"tsutils": "^3.21.0",
"typescript": "^4.4.4",
"type-fest": "^2.11.1",
"typescript": "^4.5.5",
"word-wrap": "^1.2.3"

@@ -137,0 +140,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