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 6.0.0-next.7 to 6.0.0

60

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

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

"build": "pnpm run build:node && pnpm run build:docs",
"build-tests": "rimraf tests-compiled && rollup -c rollup.config.tests.ts --configPlugin @rollup/plugin-typescript",
"build-tests": "rimraf tests-compiled && tsc -p tsconfig.tests-compiled.json && tsc-alias -p tsconfig.tests-compiled.json",
"build:docs": "eslint-doc-generator",

@@ -68,5 +68,5 @@ "build:node": "rimraf lib && rollup -c rollup.config.ts --configPlugin @rollup/plugin-typescript",

"test": "pnpm run test:js",
"test-compiled": "USE_COMPILED_TESTS=1 nyc ava",
"test-work": "ONLY_TEST_WORK_FILE=1 ava",
"test:js": "nyc ava",
"test-compiled": "USE_COMPILED_TESTS=1 vitest run --coverage",
"test-work": "vitest",
"test:js": "vitest --coverage",
"type-check": "tsc --noEmit --skipLibCheck",

@@ -76,3 +76,3 @@ "verify": "pnpm run lint && pnpm run type-check && pnpm run build-tests && pnpm run test-compiled && rimraf build"

"dependencies": {
"@typescript-eslint/utils": "^6.1.0",
"@typescript-eslint/utils": "^6.2.0",
"deepmerge-ts": "^5.1.0",

@@ -85,3 +85,2 @@ "escape-string-regexp": "^4.0.0",

"devDependencies": {
"@ava/typescript": "4.1.0",
"@babel/core": "7.22.9",

@@ -92,7 +91,3 @@ "@babel/eslint-parser": "7.22.9",

"@cspell/dict-cryptocurrencies": "3.0.1",
"@google/semantic-release-replace-plugin": "1.2.7",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@rebeccastevens/eslint-config": "2.0.2",
"@rollup/plugin-commonjs": "25.0.3",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-typescript": "11.1.2",

@@ -106,10 +101,10 @@ "@semantic-release/changelog": "6.0.3",

"@types/dedent": "0.7.0",
"@types/eslint": "8.44.0",
"@types/node": "16.18.38",
"@types/eslint": "8.44.1",
"@types/node": "16.18.39",
"@types/rollup-plugin-auto-external": "2.0.2",
"@types/semver": "7.5.0",
"@typescript-eslint/eslint-plugin": "6.1.0",
"@typescript-eslint/parser": "6.1.0",
"@typescript-eslint/rule-tester": "6.1.0",
"ava": "5.3.1",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"@typescript-eslint/rule-tester": "6.2.0",
"@vitest/coverage-c8": "0.33.0",
"chalk": "4.1.2",

@@ -119,13 +114,12 @@ "commitizen": "4.3.0",

"cspell": "6.31.2",
"dedent": "1.2.0",
"eslint": "8.45.0",
"eslint-config-prettier": "8.8.0",
"dedent": "1.3.0",
"eslint": "8.46.0",
"eslint-config-prettier": "8.9.0",
"eslint-doc-generator": "1.4.3",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-ava": "14.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-eslint-plugin": "5.1.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "46.4.4",
"eslint-plugin-markdown": "3.0.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-jsdoc": "46.4.5",
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-n": "16.0.1",

@@ -136,21 +130,23 @@ "eslint-plugin-optimize-regex": "1.2.1",

"eslint-plugin-sonarjs": "0.19.0",
"eslint-plugin-unicorn": "48.0.0",
"eslint-plugin-unicorn": "48.0.1",
"espree": "9.6.1",
"glob": "^10.3.3",
"husky": "8.0.3",
"knip": "2.16.0",
"knip": "2.17.1",
"lint-staged": "13.2.3",
"markdownlint-cli": "0.35.0",
"nyc": "15.1.0",
"prettier": "3.0.0",
"prettier-plugin-packagejson": "2.4.5",
"rimraf": "5.0.1",
"rollup": "3.26.3",
"rollup": "3.27.0",
"rollup-plugin-auto-external": "2.0.0",
"semantic-release": "21.0.7",
"semantic-release-replace-plugin": "1.2.7",
"ts-node": "10.9.1",
"tsc-alias": "1.8.7",
"tsconfig-paths": "4.2.0",
"tslib": "2.6.0",
"tslib": "2.6.1",
"typescript": "5.1.6",
"word-wrap": "1.2.4"
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.33.0",
"word-wrap": "1.2.5"
},

@@ -166,3 +162,3 @@ "peerDependencies": {

},
"packageManager": "pnpm@8.0.0",
"packageManager": "pnpm@8.6.10",
"engines": {

@@ -169,0 +165,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