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

@brainly-gene/eslint-plugin

Package Overview
Dependencies
Maintainers
0
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brainly-gene/eslint-plugin - npm Package Compare versions

Comparing version 0.2.0-alpha.21 to 0.2.0-alpha.22

2

package.json
{
"name": "@brainly-gene/eslint-plugin",
"version": "0.2.0-alpha.21",
"version": "0.2.0-alpha.22",
"license": "Apache-2.0",

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

@@ -6,3 +6,3 @@ declare const _default: {

enforceBuildableLibDependency: boolean;
allow: any[];
allow: never[];
depConstraints: {

@@ -9,0 +9,0 @@ sourceTag: string;

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

CallExpression(node) {
const isPathIgnored = ignorePaths.some((path) => context.getFilename().includes(path));
const isPathIgnored = ignorePaths === null || ignorePaths === void 0 ? void 0 : ignorePaths.some((path) => context.getFilename().includes(path));
if (isPathIgnored) {

@@ -40,0 +40,0 @@ return;

Sorry, the diff of this file is not supported yet

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