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

@arnaud-barre/eslint-plugin-local

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arnaud-barre/eslint-plugin-local - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

index.js
const fs = require("fs");
module.exports = fs.existsSync("../../eslint-plugin/index.js")
? require("../../eslint-plugin/index.js")
module.exports = fs.existsSync("../../../eslint-plugin/index.js")
? require("../../../eslint-plugin/index.js")
: { rules: {} };
{
"name": "@arnaud-barre/eslint-plugin-local",
"description": "Add local rules support for @arnaud-barre/eslint-config",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": "Arnaud Barré (https://github.com/ArnaudBarre)",

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