
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
Node command line application that uses coverage to find unused lines in libraries you import into your code. It then removes these unnecessary lines to provide you with a simplified library and hopefully a noticeable difference in the loading time of your webpage.
Goldmine is a command-line utility that uses the concept of code coverage to determine what parts of libraries like jQuery are necessary for your project, and what parts are adding unneccesary bulk.
Goldmine then removes the unneccessary bits, minimizes the library, and creates a minimized script and keeps the original as backup.
Usage:
goldmine tests code library
Running tests against code and determining usage of library...
Created by Razzi Abuissa, Alex Brashear, and Brian Sladek for Facebook's Fall 2013 hackathon.
FAQs
Node command line application that uses coverage to find unused lines in libraries you import into your code. It then removes these unnecessary lines to provide you with a simplified library and hopefully a noticeable difference in the loading time of your webpage.
We found that goldmine 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.