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

eslint-plugin-implicit-dependencies

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-implicit-dependencies - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "eslint-plugin-implicit-dependencies",
"version": "1.0.2",
"version": "1.0.3",
"description": "eslint plugin to detect implicit dependencies",

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

@@ -37,2 +37,7 @@ 'use strict';

// ignore dynamic arguments
if (!name || typeof name !== 'string') {
return;
}
if (name[0] !== '.' && name[0] !== '/') {

@@ -39,0 +44,0 @@ // if module is a node core module then skip

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