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 16.3.0 to 16.3.1

2

lib/util/import-target.js

@@ -9,3 +9,3 @@ /**

const { pathToFileURL, fileURLToPath } = require("url")
const { isBuiltin } = require("module")
const isBuiltin = require("is-builtin-module")
const resolve = require("resolve")

@@ -12,0 +12,0 @@ const {

{
"name": "eslint-plugin-n",
"version": "16.3.0",
"version": "16.3.1",
"description": "Additional ESLint's rules for Node.js",

@@ -22,2 +22,3 @@ "engines": {

"ignore": "^5.2.4",
"is-builtin-module": "^3.2.1",
"is-core-module": "^2.12.1",

@@ -24,0 +25,0 @@ "minimatch": "^3.1.2",

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