Installations
npm install ionic-gulp-webpack-build
Developer Guide
Typescript
No
Module System
N/A
Node Version
0.12.4
NPM Version
3.8.1
Score
34.6
Supply Chain
50.9
Quality
72
Maintenance
25
Vulnerability
97.3
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
driftyco
Download Statistics
Total Downloads
7,965
Last Day
1
Last Week
7
Last Month
14
Last Year
64
GitHub Statistics
41 Stars
60 Commits
33 Forks
17 Watching
5 Branches
29 Contributors
Bundle Size
764.28 kB
Minified
213.81 kB
Minified + Gzipped
Package Meta Information
Latest Version
1.0.0
Package Id
ionic-gulp-webpack-build@1.0.0
Size
1.18 kB
NPM Version
3.8.1
Node Version
0.12.4
Total Downloads
Cumulative downloads
Total Downloads
7,965
Last day
0%
1
Compared to previous day
Last week
600%
7
Compared to previous week
Last month
180%
14
Compared to previous month
Last year
-23.8%
64
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
3
Webpack Build Task
Use webpack to transpile and bundle your source files.
You will need to provide a webpack.config.js
file in your project root. For more information on webpack configuration, see https://webpack.github.io/docs/configuration.html.
API
webpackBuild([options])
Returns a Promise that resolves when the build is finished.
Available options:
- watch (boolean) Whether to watch for changes or not. Default:
false
. - watchOptions (Object) Watch options for webpack. Default:
null
. - config (Object) Configuration for webpack. Default: uses
webpack.config.js
from your project root. - statsOptions (Object) Stats options for webpack. Default:
{
'colors': true,
'modules': false,
'chunks': false,
'exclude': ['node_modules']
}
Example
var webpackBuild = require('ionic-gulp-webpack-build');
gulp.task('build', webpackBuild);
gulp.task('watch', function(){
return webpackBuild({
watch: true,
statsOptions: {
'colors': false,
'errorDetails': true
}
})
});
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
security policy file detected
Details
- Info: security policy file detected: github.com/ionic-team/.github/SECURITY.md:1
- Info: Found linked content: github.com/ionic-team/.github/SECURITY.md:1
- Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/ionic-team/.github/SECURITY.md:1
- Info: Found text in security policy: github.com/ionic-team/.github/SECURITY.md:1
Reason
Found 5/23 approved changesets -- score normalized to 2
Reason
project is archived
Details
- Warn: Repository is archived.
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
license file not detected
Details
- Warn: project does not have a license file
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 13 are checked with a SAST tool
Score
3.7
/10
Last Scanned on 2025-01-27
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