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

eslint-plugin-no-relative-import-paths

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-no-relative-import-paths - npm Package Compare versions

Comparing version 1.5.3 to 1.5.4

16

index.js

@@ -38,2 +38,18 @@ const path = require("path");

fixable: "code",
schema: {
type: "array",
minItems: 0,
maxItems: 1,
items: [
{
type: "object",
properties: {
allowSameFolder: { type: "boolean" },
rootDir: { type: "string" },
prefix: { type: "string" },
},
additionalProperties: false,
},
],
},
},

@@ -40,0 +56,0 @@ create: function (context) {

2

package.json
{
"name": "eslint-plugin-no-relative-import-paths",
"version": "v1.5.3",
"version": "v1.5.4",
"description": "",

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

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