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

eslint-plugin-factorial

Package Overview
Dependencies
Maintainers
0
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.13 to 2.0.14

2

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

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

@@ -5,3 +5,3 @@ const path = require('path')

const exceptions = ['navigation.ts', 'sidebar.ts', 'events.ts', 'entrypoint.ts']
const exceptions = ['navigation', 'sidebar', 'events', 'entrypoint']

@@ -86,3 +86,3 @@ const specialFile = (fileName) => {

// Core can import special files because they will be bundled together
if (specialFile(moduleNode)) return
if (specialFile(value)) return

@@ -89,0 +89,0 @@ context.report({

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