Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
esformatter-diff
Advanced tools
Compute the difference between your code and the formatted version with esformatter
If you have already a large code base and you're planning to use the great EsFormatter for your future development you might want to check that your EsFormatter configuration won't mess up badly with your existing code.
This tool goes through your code, formats it and tells you how much it differs from the original code.
It's NOT smart enough to suggest you the best configuration or build it for you, but at least it gives you an index of the accuracy of your own configuration.
The best is to install this tool globally with
npm install -g esformatter-diff
And then run it in your project folder with
esformatter-diff options.json
It'll give you the percentage of lines that after formatting differ from the original code.
For a more verbose information you can run
esformatter-diff --diff options.json
It'll also print the lines that differ, this might help you tweaking your configuration options or your source file.
You can also try the default configuration with
esformatter-diff --default
Released under the MIT license
FAQs
Compute the difference between your code and the formatted version with esformatter
The npm package esformatter-diff receives a total of 0 weekly downloads. As such, esformatter-diff popularity was classified as not popular.
We found that esformatter-diff demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.