Socket
Socket
Sign inDemoInstall

eslint-plugin-import-path

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-import-path - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

3

lib/rules/forbidden.js

@@ -18,2 +18,5 @@ var util = require('../util');

var check = function(node) {
if(!node || !node.source || !node.source.value){
return;
}
var value = node.source.value;

@@ -20,0 +23,0 @@ items.forEach(function(item) {

2

package.json
{
"name": "eslint-plugin-import-path",
"version": "0.0.1",
"version": "0.0.2",
"description": "eslint plugin to check import paths via regex",

@@ -5,0 +5,0 @@ "keywords": [

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