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

eslint-plugin-inker

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-inker - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

2

dist/rules/react-ref-name.js

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

const suggestedName = `${id.name}Ref`;
const suggest = isVariableNameTaken(id.name)
const suggest = isVariableNameTaken(suggestedName)
? undefined

@@ -34,0 +34,0 @@ : [

{
"name": "eslint-plugin-inker",
"version": "2.5.0",
"version": "2.5.1",
"description": "",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

@@ -52,3 +52,3 @@ // eslint-disable-next-line import/no-extraneous-dependencies

const suggest: Suggest = isVariableNameTaken(id.name)
const suggest: Suggest = isVariableNameTaken(suggestedName)
? undefined

@@ -55,0 +55,0 @@ : [

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