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

eslint-plugin-factorial

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-factorial - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

2

package.json
{
"name": "eslint-plugin-factorial",
"version": "2.0.7",
"version": "2.0.8",
"main": "index.js",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -17,4 +17,5 @@ /** @type {import('eslint').Rule.RuleModule} */

const isDesignSystem = fileName.includes('design-system')
const isSpec = fileName.endsWith('spec.tsx')
if (!isDesignSystem && node.name.type === 'JSXIdentifier' && node.name.name.match(/^[a-z]/)) {
if (!isDesignSystem && !isSpec && node.name.type === 'JSXIdentifier' && node.name.name.match(/^[a-z]/)) {
reportWarning(node)

@@ -21,0 +22,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