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

eslint-plugin-n

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-n - npm Package Compare versions

Comparing version 15.3.0 to 15.4.0

6

lib/util/check-publish.js

@@ -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)

2

package.json
{
"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": {

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