
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
gulp-dev-tasks
Advanced tools
Collection of Gulp tasks for development and linting with Airbnb's ESLint config
Collection of Gulp tasks for development and linting with Airbnb's ESLint config.
npm install gulp-dev-tasks --dev-save
Include the package in your gulpfile.js
, for example like this:
const gulp = require('gulp');
const gdt = require('gulp-dev-tasks');
gdt.setCommand('query-api.js');
gdt.setRules({
'new-cap': [2, {'capIsNewExceptions': ['express.Router']}]
});
gulp.task('default', ['dev']);
The following gulp tasks are provided:
lint
Lints all js and jsx files in your project, using the linting config as provided by eslint-config-airbnb
.
lint:fix
Tries to autofix linting errors and warnings where possible.
lint:watch
Watches your project and will lint when code changes.
dev
Runs an executable command, and reruns it when code changes.
The following functions are provided for configuration.
setCommand(command)
Set the command to be executed by the dev
task.
setRules(rules)
Set linting rules to overwrite the ones provided by eslint-config-airbnb
.
FAQs
Collection of Gulp tasks for development and linting with Airbnb's ESLint config
The npm package gulp-dev-tasks receives a total of 2 weekly downloads. As such, gulp-dev-tasks popularity was classified as not popular.
We found that gulp-dev-tasks 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.