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.7 to 5.0.8

63

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

@@ -57,3 +57,5 @@ "keywords": [

"lint:js-fix": "eslint . --fix",
"lint:knip": "knip --config knip.jsonc --production --exclude exports",
"lint:knip": "pnpm run lint:knip:development && pnpm run lint:knip:production",
"lint:knip:development": "knip --exclude exports,nsExports,types,nsTypes",
"lint:knip:production": "knip --production --strict --exclude exports,nsExports,types,nsTypes",
"lint:md": "markdownlint \"**/*.md\" --config=.markdownlint.json --ignore-path=.markdownlintignore",

@@ -64,2 +66,3 @@ "lint:prettier": "prettier \"**/*\" --ignore-unknown --list-different",

"prepare": "husky install",
"release": "semantic-release",
"test": "pnpm run test:js",

@@ -82,5 +85,5 @@ "test-compiled": "USE_COMPILED_TESTS=1 nyc ava",

"@ava/typescript": "4.0.0",
"@babel/core": "7.21.3",
"@babel/core": "7.21.4",
"@babel/eslint-parser": "7.21.3",
"@commitlint/cli": "17.4.4",
"@commitlint/cli": "17.5.1",
"@commitlint/config-conventional": "17.4.4",

@@ -90,34 +93,32 @@ "@cspell/dict-cryptocurrencies": "3.0.1",

"@istanbuljs/nyc-config-typescript": "1.0.2",
"@rebeccastevens/eslint-config": "1.5.3",
"@rebeccastevens/eslint-config": "1.6.7",
"@rollup/plugin-commonjs": "24.0.1",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-typescript": "11.0.0",
"@semantic-release/changelog": "6.0.2",
"@rollup/plugin-node-resolve": "15.0.2",
"@rollup/plugin-typescript": "11.1.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.7",
"@semantic-release/npm": "9.0.2",
"@semantic-release/npm": "10.0.3",
"@semantic-release/release-notes-generator": "10.0.3",
"@types/dedent": "0.7.0",
"@types/eslint": "8.21.3",
"@types/estree": "1.0.0",
"@types/eslint": "8.37.0",
"@types/json-schema": "7.0.11",
"@types/node": "16.18.16",
"@types/node": "16.18.23",
"@types/rollup-plugin-auto-external": "2.0.2",
"@types/semver": "7.3.13",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"ava": "5.2.0",
"chalk": "4.1.2",
"codecov": "3.8.2",
"commitizen": "4.3.0",
"conventional-commit-types": "3.0.0",
"cspell": "6.30.2",
"cspell": "6.31.1",
"dedent": "0.7.0",
"eslint": "8.36.0",
"eslint": "8.38.0",
"eslint-ava-rule-tester": "4.0.0",
"eslint-config-prettier": "8.7.0",
"eslint-config-prettier": "8.8.0",
"eslint-doc-generator": "1.4.3",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-ava": "14.0.0",

@@ -127,3 +128,3 @@ "eslint-plugin-eslint-comments": "3.2.0",

"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "40.1.0",
"eslint-plugin-jsdoc": "40.1.2",
"eslint-plugin-markdown": "3.0.0",

@@ -134,23 +135,23 @@ "eslint-plugin-node": "11.1.0",

"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.18.0",
"eslint-plugin-sonarjs": "0.19.0",
"eslint-plugin-unicorn": "46.0.0",
"espree": "9.5.0",
"espree": "9.5.1",
"husky": "8.0.3",
"json-schema": "0.4.0",
"jsonc-parser": "3.2.0",
"knip": "1.16.0",
"lint-staged": "13.2.0",
"knip": "2.9.0",
"lint-staged": "13.2.1",
"markdownlint-cli": "0.33.0",
"nyc": "15.1.0",
"prettier": "2.8.4",
"prettier": "2.8.7",
"prettier-plugin-packagejson": "2.4.3",
"rimraf": "4.4.0",
"rollup": "3.20.0",
"rimraf": "5.0.0",
"rollup": "3.20.2",
"rollup-plugin-auto-external": "2.0.0",
"semantic-release": "20.1.3",
"semantic-release": "21.0.1",
"ts-node": "10.9.1",
"tsc-prog": "2.2.1",
"tsconfig-paths": "4.1.2",
"tsconfig-paths": "4.2.0",
"tslib": "2.5.0",
"typescript": "5.0.2",
"typescript": "5.0.4",
"word-wrap": "1.2.3"

@@ -167,3 +168,3 @@ },

},
"packageManager": "pnpm@7.30.0",
"packageManager": "pnpm@7.32.0",
"engines": {

@@ -170,0 +171,0 @@ "node": ">=16.10.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