Socket
Socket
Sign inDemoInstall

eslint-plugin-node

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-node - npm Package Compare versions

Comparing version 11.0.0 to 11.1.0

lib/rules/callback-return.js

11

lib/index.js

@@ -13,4 +13,7 @@ /* DON'T EDIT THIS FILE. This is generated by 'scripts/update-lib-index.js' */

rules: {
"callback-return": require("./rules/callback-return"),
"exports-style": require("./rules/exports-style"),
"file-extension-in-import": require("./rules/file-extension-in-import"),
"global-require": require("./rules/global-require"),
"handle-callback-err": require("./rules/handle-callback-err"),
"no-callback-literal": require("./rules/no-callback-literal"),

@@ -23,2 +26,10 @@ "no-deprecated-api": require("./rules/no-deprecated-api"),

"no-missing-require": require("./rules/no-missing-require"),
"no-mixed-requires": require("./rules/no-mixed-requires"),
"no-new-require": require("./rules/no-new-require"),
"no-path-concat": require("./rules/no-path-concat"),
"no-process-env": require("./rules/no-process-env"),
"no-process-exit": require("./rules/no-process-exit"),
"no-restricted-import": require("./rules/no-restricted-import"),
"no-restricted-require": require("./rules/no-restricted-require"),
"no-sync": require("./rules/no-sync"),
"no-unpublished-bin": require("./rules/no-unpublished-bin"),

@@ -25,0 +36,0 @@ "no-unpublished-import": require("./rules/no-unpublished-import"),

2

lib/rules/exports-style.js

@@ -149,3 +149,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/exports-style.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/exports-style.md",
},

@@ -152,0 +152,0 @@ type: "suggestion",

@@ -42,3 +42,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/file-extension-in-import.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/file-extension-in-import.md",
},

@@ -45,0 +45,0 @@ fixable: "code",

@@ -15,3 +15,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-callback-literal.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-callback-literal.md",
},

@@ -18,0 +18,0 @@ type: "problem",

@@ -689,3 +689,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-deprecated-api.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-deprecated-api.md",
},

@@ -692,0 +692,0 @@ type: "problem",

@@ -44,3 +44,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-exports-assign.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-exports-assign.md",
},

@@ -47,0 +47,0 @@ fixable: null,

@@ -22,3 +22,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-extraneous-import.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-extraneous-import.md",
},

@@ -25,0 +25,0 @@ type: "problem",

@@ -22,3 +22,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-extraneous-require.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-extraneous-require.md",
},

@@ -25,0 +25,0 @@ type: "problem",

@@ -59,3 +59,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-hide-core-modules.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-hide-core-modules.md",
},

@@ -62,0 +62,0 @@ type: "problem",

@@ -21,3 +21,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-missing-import.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-missing-import.md",
},

@@ -24,0 +24,0 @@ type: "problem",

@@ -21,3 +21,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-missing-require.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-missing-require.md",
},

@@ -24,0 +24,0 @@ type: "problem",

@@ -39,3 +39,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-unpublished-bin.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-unpublished-bin.md",
},

@@ -42,0 +42,0 @@ type: "problem",

@@ -22,3 +22,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-unpublished-import.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-unpublished-import.md",
},

@@ -25,0 +25,0 @@ type: "problem",

@@ -22,3 +22,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-unpublished-require.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-unpublished-require.md",
},

@@ -25,0 +25,0 @@ type: "problem",

@@ -1054,3 +1054,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-unsupported-features.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-unsupported-features.md",
},

@@ -1057,0 +1057,0 @@ type: "problem",

@@ -145,3 +145,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-unsupported-features/es-builtins.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-unsupported-features/es-builtins.md",
},

@@ -148,0 +148,0 @@ type: "problem",

@@ -506,3 +506,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-unsupported-features/es-syntax.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-unsupported-features/es-syntax.md",
},

@@ -509,0 +509,0 @@ type: "problem",

@@ -330,3 +330,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/no-unsupported-features/node-builtins.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-unsupported-features/node-builtins.md",
},

@@ -333,0 +333,0 @@ type: "problem",

@@ -29,3 +29,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/prefer-global/buffer.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/prefer-global/buffer.md",
},

@@ -32,0 +32,0 @@ type: "suggestion",

@@ -26,3 +26,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/prefer-global/console.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/prefer-global/console.md",
},

@@ -29,0 +29,0 @@ type: "suggestion",

@@ -26,3 +26,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/prefer-global/process.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/prefer-global/process.md",
},

@@ -29,0 +29,0 @@ type: "suggestion",

@@ -29,3 +29,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/prefer-global/text-decoder.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/prefer-global/text-decoder.md",
},

@@ -32,0 +32,0 @@ type: "suggestion",

@@ -29,3 +29,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/prefer-global/text-encoder.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/prefer-global/text-encoder.md",
},

@@ -32,0 +32,0 @@ type: "suggestion",

@@ -29,3 +29,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/prefer-global/url-search-params.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/prefer-global/url-search-params.md",
},

@@ -32,0 +32,0 @@ type: "suggestion",

@@ -28,3 +28,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/prefer-global/url.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/prefer-global/url.md",
},

@@ -31,0 +31,0 @@ type: "suggestion",

@@ -39,3 +39,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/prefer-promises/dns.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/prefer-promises/dns.md",
},

@@ -42,0 +42,0 @@ fixable: null,

@@ -45,3 +45,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/prefer-promises/fs.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/prefer-promises/fs.md",
},

@@ -48,0 +48,0 @@ fixable: null,

@@ -154,3 +154,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/process-exit-as-throw.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/process-exit-as-throw.md",
},

@@ -157,0 +157,0 @@ type: "problem",

@@ -76,3 +76,3 @@ /**

url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.0.0/docs/rules/shebang.md",
"https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/shebang.md",
},

@@ -79,0 +79,0 @@ type: "problem",

{
"name": "eslint-plugin-node",
"version": "11.0.0",
"version": "11.1.0",
"description": "Additional ESLint's rules for Node.js",

@@ -5,0 +5,0 @@ "engines": {

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