
Research
npm Malware Targets Telegram Bot Developers with Persistent SSH Backdoors
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
gulp-bower
Advanced tools
Deprecated. Please use Browserify, Rollup or Webpack
This task is designed for gulp 3+.
$ npm install --save-dev gulp-bower
Install packages into the bower_components
directory from bower.json
dependencies:
var gulp = require('gulp');
var bower = require('gulp-bower');
gulp.task('bower', function() {
return bower();
});
directory
option:var gulp = require('gulp');
var bower = require('gulp-bower');
gulp.task('bower', function() {
return bower({ directory: './vendor' })
});
cwd
option:var gulp = require('gulp');
var bower = require('gulp-bower');
gulp.task('bower', function() {
return bower({ directory: './vendor', cwd: './client' })
});
var gulp = require('gulp');
var bower = require('gulp-bower');
gulp.task('bower', function() {
return bower({ cmd: 'update' });
});
bower(opts)
string
Install directory. Default: taken from .bowerrc
config or bower_components
string
Current working directory. Default: process.cwd()
string
bower command. Default: install
boolean
Enable prompting on version conflicts. Default: false
number
Set verbosity level. Default: 2
#####0.0.14
gulp-util
. (by TheDancingCode)#####0.0.13
#####0.0.12
#####0.0.11
#####0.0.10
#####0.0.9
#####0.0.8
#####0.0.7
#####0.0.6
#####0.0.5
#####0.0.4
#####0.0.3
#####0.0.2
#####0.0.1
FAQs
Install Bower packages.
We found that gulp-bower 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
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
Security News
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.