Socket
Socket
Sign inDemoInstall

eslint-plugin-n

Package Overview
Dependencies
101
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 17.0.0-5 to 17.0.0-6

4

lib/rules/prefer-node-protocol.js

@@ -113,3 +113,3 @@ /**

if (!isEnablingThisRule(context, moduleStyle)) {
return
continue
}

@@ -128,3 +128,3 @@

) {
return
continue
}

@@ -131,0 +131,0 @@

{
"name": "eslint-plugin-n",
"version": "17.0.0-5",
"version": "17.0.0-6",
"description": "Additional ESLint's rules for Node.js",

@@ -31,3 +31,3 @@ "engines": {

"@types/eslint": "^8.56.2",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8",

@@ -39,3 +39,3 @@ "eslint-config-prettier": "^9.1.0",

"fast-glob": "^3.2.12",
"husky": "^8.0.3",
"husky": "^9.0.0",
"lint-staged": "^15.2.0",

@@ -64,3 +64,3 @@ "markdownlint-cli": "^0.39.0",

"postversion": "git push && git push --tags",
"prepare": "npx husky install",
"prepare": "husky",
"pretest": "npm run -s lint",

@@ -67,0 +67,0 @@ "preversion": "npm test",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc