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.0 to 2.0.1

2

index.js

@@ -19,5 +19,5 @@ /**

const rules = Object.fromEntries(
ruleFiles.map((file) => [path.basename(file, '.js'), require(`./${file}`)])
ruleFiles.map((file) => [path.basename(file, '.js'), require(path.join(__dirname, eslintFolder, file))])
)
module.exports = { rules }
{
"name": "eslint-plugin-factorial",
"version": "2.0.0",
"main": "index.js"
"version": "2.0.1",
"main": "index.js",
"dependencies": {
"yaml": "^2.4.0"
}
}

@@ -1,2 +0,1 @@

/* eslint-disable no-console */
const path = require('path')

@@ -3,0 +2,0 @@ const fs = require('fs')

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