Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@belym.a.2105/gulp-webmake
Advanced tools
> Bundles CommonJS and Node.JS modules for web browsers using Gulp.
Bundles CommonJS and Node.JS modules for web browsers using Gulp.
Install this plugin using npm:
npm install --save-dev gulp-webmake
In order to save the bundle lib/index.js and lib/client.js in build/, add this to your gulpfile.js
:
var webmake = require('gulp-webmake');
gulp.task('templates', function(){
gulp.src([
'lib/index.js',
'lib/client.js'
])
.pipe(webmake())
.pipe(gulp.dest('build/'));
});
The gulp-webmake plugin takes an optional options object which is passed through to webmake.
Please refer to the webmake documentation for further details as well as why webmake could be an alternative to https://github.com/substack/node-browserify.
0.0.41 - 09/25/2016
spec
folder to test
0.0.4 - 04/15/2015
0.0.3 - 02/10/2015
0.0.2 - 07/05/2014
0.0.1 - 05/26/2014
Initial release.
MIT
FAQs
> Bundles CommonJS and Node.JS modules for web browsers using Gulp.
The npm package @belym.a.2105/gulp-webmake receives a total of 3 weekly downloads. As such, @belym.a.2105/gulp-webmake popularity was classified as not popular.
We found that @belym.a.2105/gulp-webmake 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.