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.5 to 5.0.6

15

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

@@ -53,9 +53,10 @@ "keywords": [

"cz": "git-cz",
"format": "prettier \"**/*\" --ignore-unknown",
"format:write": "pnpm run format --write",
"lint": "pnpm run build && pnpm run lint:js && pnpm run lint:md && pnpm lint:eslint-docs && pnpm run lint:knip && pnpm run lint:spelling",
"lint": "pnpm run build && pnpm run lint:js && pnpm run lint:md && pnpm lint:eslint-docs && pnpm run lint:prettier && pnpm run lint:knip && pnpm run lint:spelling",
"lint:eslint-docs": "eslint-doc-generator --check",
"lint:js": "eslint .",
"lint:js-fix": "eslint . --fix",
"lint:knip": "knip --config knip.jsonc --production --exclude exports",
"lint:md": "markdownlint \"**/*.md\" --config=.markdownlint.json --ignore-path=.markdownlintignore",
"lint:prettier": "prettier \"**/*\" --ignore-unknown --list-different",
"lint:prettier-fix": "prettier \"**/*\" --ignore-unknown --write",
"lint:spelling": "cspell \"**\" \".github/**/*\"",

@@ -73,5 +74,5 @@ "prepare": "husky install",

"@typescript-eslint/utils": "^5.50.0",
"deepmerge-ts": "^4.2.2",
"deepmerge-ts": "^4.3.0",
"escape-string-regexp": "^4.0.0",
"is-immutable-type": "^1.2.4",
"is-immutable-type": "^1.2.5",
"semver": "^7.3.8"

@@ -88,3 +89,3 @@ },

"@istanbuljs/nyc-config-typescript": "1.0.2",
"@rebeccastevens/eslint-config": "1.5.2",
"@rebeccastevens/eslint-config": "1.5.3",
"@rollup/plugin-commonjs": "24.0.1",

@@ -91,0 +92,0 @@ "@rollup/plugin-json": "6.0.0",

@@ -8,3 +8,3 @@ <div align="center">

[![npm version](https://img.shields.io/npm/v/eslint-plugin-functional.svg?style=flat)](https://www.npmjs.com/package/eslint-plugin-functional)
[![CI](https://github.com/eslint-functional/eslint-plugin-functional/actions/workflows/ci.yml/badge.svg)](https://github.com/eslint-functional/eslint-plugin-functional/actions/workflows/ci.yml)
[![Release](https://github.com/eslint-functional/eslint-plugin-functional/actions/workflows/release.yml/badge.svg)](https://github.com/eslint-functional/eslint-plugin-functional/actions/workflows/release.yml)
[![Coverage Status](https://codecov.io/gh/eslint-functional/eslint-plugin-functional/branch/main/graph/badge.svg)](https://codecov.io/gh/eslint-functional/eslint-plugin-functional)

@@ -11,0 +11,0 @@ [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat)](https://github.com/semantic-release/semantic-release)

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