Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@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 2 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.