eslint-plugin-factorial
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -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') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
11736
0
1
285
+ Addedyaml@^2.4.0
+ Addedyaml@2.6.1(transitive)