eslint-config-node-style-guide
Advanced tools
Comparing version 2.1.0 to 3.0.0
'use strict'; | ||
var utils = require('./lib/utils'); | ||
var config = utils.loadConfig(); | ||
module.exports = config; | ||
module.exports = require('node-style-guide').eslintrc; |
{ | ||
"name": "eslint-config-node-style-guide", | ||
"description": "ESLint shareable config version of felixge/node-style-guide.", | ||
"version": "2.1.0", | ||
"version": "3.0.0", | ||
"author": "Peter deHaan <peter@deseloper.com> (https://about.me/peterdehaan)", | ||
@@ -10,4 +10,3 @@ "bugs": { | ||
"dependencies": { | ||
"naked-json-require": "1.0.0", | ||
"node-style-guide": "felixge/node-style-guide" | ||
"node-style-guide": "^1.0.0" | ||
}, | ||
@@ -14,0 +13,0 @@ "homepage": "https://github.com/pdehaan/eslint-config-node-style-guide#readme", |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
1
0
1127
5
2
+ Addednode-style-guide@1.0.0(transitive)
- Removednaked-json-require@1.0.0
- Removednaked-json-require@1.0.0(transitive)
Updatednode-style-guide@^1.0.0