🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

eslint-plugin-relay

Package Overview
Dependencies
Maintainers
5
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-relay - npm Package Compare versions

Comparing version

to
1.7.0

2

package.json
{
"name": "eslint-plugin-relay",
"version": "1.6.0",
"version": "1.7.0",
"description": "ESLint plugin for Relay.",

@@ -5,0 +5,0 @@ "main": "eslint-plugin-relay",

@@ -69,6 +69,3 @@ /**

// index.react -> index (when extension has multiple segments)
filename = filename.replace(
/(?:\.js|\.react|\.react-test|\.example|\.jsx?|\.tsx?|\.flow|\.brands)+$/,
''
);
filename = filename.replace(/(\.(?!ios|android)[_a-zA-Z0-9\\-]+)+/g, '');

@@ -75,0 +72,0 @@ // /path/to/button/index.js -> button