Closed etroynov closed 10 months ago
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
Packages | Version | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|---|
snazzy | 9.0.0 | None | +7 |
247 kB | feross |
standard | 17.1.0 | None | +143 |
16.4 MB | voxpelli |
🚮 Removed packages: eslint@7.32.0, eslint-config-standard@16.0.3, eslint-plugin-import@2.26.0, eslint-plugin-node@11.1.0, eslint-plugin-promise@5.2.0, eslint-plugin-standard@5.0.0
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
5ba533f
) 98.66% compared to head (4db592c
) 98.66%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@dead-horse, @fengmk2
Can you take a look?
@fengmk2 thx a lot :)
Hi,
While working on one of the plugins for koa which is used in our company I needed to study some points in the
Koa
source code, during the installation of dependencies I noticeddeprecating
warnings.In the course of studying the project's dependencies I found:
eslint-plugin-node
- the plugin has not been updated for the last 4 years and for this reason a fork ofeslint-plugin-n
was created which is recommended for use;eslint-plugin-standard
- marked as deprecated and the officialstandard
website recommends using their cli utility;.eslintrc.yml
- does not have any special settings and uses only:why not just update eslint?
I can see several reasons why the official utility is better than the eslint custom config ( in my opinion ofc ):
With
standartd
we have only two dependecies and one of it is optional:Checklist