New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-always

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-always - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

41

package.json
{
"name": "eslint-plugin-always",
"version": "2.2.0",
"version": "2.2.1",
"description": "ESLint plugin that always reports with configurable message",

@@ -29,15 +29,17 @@ "main": "dist/index.js",

"devDependencies": {
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@jenssimon/eslint-config-base": "^7.3.0",
"@jenssimon/eslint-config-typescript": "^5.2.0",
"@types/eslint": "^8.44.4",
"@types/node": "^18.18.5",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@jenssimon/eslint-config-base": "^8.0.0",
"@jenssimon/eslint-config-typescript": "^5.2.2",
"@types/eslint": "^9.0.0",
"@types/node": "^22.0.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.51.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.1",
"eslint": "^8.52.0",
"husky": "^9.0.0",
"lint-staged": "^15.0.2",
"pinst": "^3.0.0",
"semantic-release": "^22.0.5",
"semantic-release": "^24.0.0",
"ts-node": "^10.9.1",

@@ -49,20 +51,7 @@ "typescript": "^5.2.2"

},
"eslintConfig": {
"parserOptions": {
"project": "./tsconfig.json"
},
"extends": [
"@jenssimon/base",
"@jenssimon/typescript"
],
"rules": {
"@typescript-eslint/naming-convention": "off"
}
},
"scripts": {
"lint": "eslint --ext .js,.ts,.cjs,.mjs,.cts,.mts ./",
"lint": "eslint ./",
"build": "tsc",
"prepublishOnly": "tsc",
"commit": "cz",
"_postinstall": "husky install",
"prepack": "pinst --disable",

@@ -72,3 +61,3 @@ "postpack": "pinst --enable",

},
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@4.6.0",
"config": {

@@ -75,0 +64,0 @@ "commitizen": {

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