eslint-plugin-n
Advanced tools
Comparing version 15.3.0 to 15.4.0
@@ -29,2 +29,8 @@ /** | ||
// Private packages are never published so we don't need to check the imported dependencies either. | ||
// More information: https://docs.npmjs.com/cli/v8/configuring-npm/package-json#private | ||
if (packageInfo.private === true) { | ||
return | ||
} | ||
const allowed = new Set(getAllowModules(context)) | ||
@@ -31,0 +37,0 @@ const convertPath = getConvertPath(context) |
{ | ||
"name": "eslint-plugin-n", | ||
"version": "15.3.0", | ||
"version": "15.4.0", | ||
"description": "Additional ESLint's rules for Node.js", | ||
@@ -5,0 +5,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
313975
8835