Installations
npm install gulp-git-sha
Developer Guide
Typescript
No
Module System
CommonJS
NPM Version
1.4.28
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Developer
TJkrusinski
Download Statistics
Total Downloads
2,287
Last Day
1
Last Week
2
Last Month
7
Last Year
62
GitHub Statistics
2 Commits
2 Watching
1 Branches
1 Contributors
Bundle Size
19.95 kB
Minified
6.18 kB
Minified + Gzipped
Package Meta Information
Latest Version
1.0.0
Package Id
gulp-git-sha@1.0.0
Size
2.76 kB
NPM Version
1.4.28
Total Downloads
Cumulative downloads
Total Downloads
2,287
Last day
0%
1
Compared to previous day
Last week
100%
2
Compared to previous week
Last month
75%
7
Compared to previous month
Last year
-18.4%
62
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dev Dependencies
3
gulp-git-sha
git-sha for gulp
A plugin for Gulp to prefix files with latest commit sha.
Installation
1$ npm install --save-dev gulp-git-sha
Usage
1 2var sha = require('gulp-git-sha'); 3 4var files = gulp.src('./src/*.ext') 5 .pipe(gitshasuffix({ })) 6 7files.on('data', function (file){ 8 console.log('Modified file:', file); 9});
License
(The MIT License)
Copyright (c) 2014 TJ Krusinski <tj@shoflo.tv>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
Found 0/2 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
3
/10
Last Scanned on 2025-02-03
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