Gathering detailed insights and metrics for grunt-budo
Gathering detailed insights and metrics for grunt-budo
Gathering detailed insights and metrics for grunt-budo
Gathering detailed insights and metrics for grunt-budo
npm install grunt-budo
Typescript
Module System
Min. Node Version
NPM Version
19.2
Supply Chain
54.3
Quality
63.5
Maintenance
25
Vulnerability
85
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
3 Commits
1 Forks
1 Branches
1 Contributors
Updated on May 09, 2015
Latest Version
0.1.1
Package Id
grunt-budo@0.1.1
Size
2.29 kB
NPM Version
1.4.28
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Grunt task for budo.
grunt-budo is a simple wrapper around budo for use in your grunt-based projects.
This plugin requires Grunt ~0.4.5
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
1npm install grunt-budo --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
1grunt.loadNpmTasks('grunt-budo');
In your project's Gruntfile, add a section named budo
to the data object passed into grunt.initConfig()
.
1grunt.initConfig({
2 budo: {
3 options: {
4 // Task-specific options go here.
5 },
6 your_target: {
7 // Target-specific file lists and/or options go here.
8 },
9 },
10});
Refer to budo's documentation for possible options
1grunt.initConfig({ 2 budo: { 3 options: { 4 debug: true, 5 live: true 6 }, 7 src: ['app/index.js'] 8 }, 9});
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/3 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More