Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@lodder/time-grunt
Advanced tools
Display the elapsed execution time of grunt tasks
$ npm i --save-dev @lodder/time-grunt
// Gruntfile.js
module.exports = grunt => {
// Require it at the top and pass in the grunt instance
require('@lodder/time-grunt')(grunt);
grunt.initConfig();
}
If you want to collect the timing stats for your own use, pass in a callback:
require('@lodder/time-grunt')(grunt, (stats, done) => {
// do whatever you want with the stats
uploadReport(stats);
// be sure to let grunt know when to exit
done();
});
grunt
with --no-color
to disable any colour indicators in the terminalThe watch
task is hidden to reduce clutter.
Run grunt with grunt --verbose
to see all tasks.
Run grunt with grunt --quiet
to quiet all tasks including time-grunt.
MIT © Sindre Sorhus
FAQs
Display the elapsed execution time of grunt tasks
The npm package @lodder/time-grunt receives a total of 242 weekly downloads. As such, @lodder/time-grunt popularity was classified as not popular.
We found that @lodder/time-grunt 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.