Socket
Socket
Sign inDemoInstall

eslint-plugin-node

Package Overview
Dependencies
99
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 6.0.1

4

lib/rules/no-unsupported-features.js

@@ -107,3 +107,3 @@ /**

return nodeVersion ? semver.validRange(nodeVersion) : null
return semver.validRange(nodeVersion) || DEFAULT_VERSION
}

@@ -151,3 +151,3 @@

function parseOptions(options, defaultVersion) {
let version = defaultVersion ? null : DEFAULT_VERSION
let version = null
let range = null

@@ -154,0 +154,0 @@ let ignores = []

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

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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