Gathering detailed insights and metrics for grunt-manifesto
Gathering detailed insights and metrics for grunt-manifesto
Gathering detailed insights and metrics for grunt-manifesto
Gathering detailed insights and metrics for grunt-manifesto
npm install grunt-manifesto
Typescript
Module System
NPM Version
66.2
Supply Chain
74
Quality
74.8
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
1,157
Last Day
1
Last Week
2
Last Month
8
Last Year
79
ISC License
1 Stars
3 Commits
2 Watchers
1 Branches
1 Contributors
Updated on Jul 15, 2014
Latest Version
0.1.0
Package Id
grunt-manifesto@0.1.0
Size
1.90 kB
NPM Version
1.3.24
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
-33.3%
2
Compared to previous week
Last Month
300%
8
Compared to previous month
Last Year
36.2%
79
Compared to previous year
No dependencies detected.
HTML5 cache manifest generator. Inspired by grunt-manifest.
This plugin requires Grunt ~0.4.0
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:
npm install grunt-manifesto --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-manifesto');
Run this task with the grunt manifesto
command.
Task targets, files and options may be specified according to the grunt Configuring tasks guide.
grunt.initConfig({
manifesto: {
target: {
src: ['scripts/*.js*', 'stylesheets/*.css', 'index.html'],
dest: 'manifest.appcache',
options: {
network: ['*'],
fallback: ['offline.html'],
hash: true,
timestamp: true
}
}
}
});
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/3 approved changesets -- 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-07
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