New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jcoreio/eslint-plugin-implicit-dependencies

Package Overview
Dependencies
Maintainers
7
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jcoreio/eslint-plugin-implicit-dependencies - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "@jcoreio/eslint-plugin-implicit-dependencies",
"version": "1.0.0",
"version": "1.0.1",
"description": "eslint plugin to detect implicit dependencies",

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

@@ -43,3 +43,3 @@ "use strict";

// ignore dynamic arguments
if (!name || typeof name !== 'string' || name[0] === '.' || name[0] === '/' || name.startsWith('node:')) {
if (!name || typeof name !== 'string' || name === pkg.name || name[0] === '.' || name[0] === '/' || name.startsWith('node:')) {
return;

@@ -46,0 +46,0 @@ }

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