Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 7.0.0 to 7.0.1

2

lib/rules/exports-style.js

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

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

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

@@ -425,3 +425,3 @@ /**

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

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

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

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

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

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

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

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

@@ -58,3 +58,3 @@ /**

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

@@ -61,0 +61,0 @@ deprecated: true,

@@ -20,3 +20,3 @@ /**

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

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

@@ -20,3 +20,3 @@ /**

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

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

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

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

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

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

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

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

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

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

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

@@ -1051,3 +1051,3 @@ /**

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

@@ -1054,0 +1054,0 @@ deprecated: true,

@@ -131,3 +131,3 @@ /**

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

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

@@ -507,3 +507,3 @@ /**

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

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

@@ -132,3 +132,3 @@ /**

cpuUsage: { [READ]: { supported: "6.1.0" } },
emitWarning: { [READ]: { supported: "8.0.0" } },
emitWarning: { [READ]: { supported: "6.0.0" } },
getegid: { [READ]: { supported: "2.0.0" } },

@@ -216,3 +216,3 @@ geteuid: { [READ]: { supported: "2.0.0" } },

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@@ -147,3 +147,3 @@ /**

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

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

@@ -61,3 +61,3 @@ /**

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

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

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

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

@@ -18,3 +18,3 @@ # eslint-plugin-node

- Requires Node.js `>=6.0.0`
- Requires ESLint `>=4.19.1`
- Requires ESLint `>=4.19.1` (`plugin:node/recommended` preset requires `>=5.0.0`)

@@ -21,0 +21,0 @@ **Note:** It recommends a use of [the "engines" field of package.json](https://docs.npmjs.com/files/package.json#engines). The "engines" field is used by `node/no-unsupported-features/*` rules.

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