
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.
grunt-lintblame
Advanced tools
A grunt plugin that hooks in git blame to your jshint output.
Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-lintblame --save-dev
Then add this line to your project's gruntfile:
grunt.loadNpmTasks('grunt-lintblame');
Once you have that in place you should just be type to type:
grunt lintblame
Uses the standard jshint
options object.
jshint: {
files: ['grunt.js', 'htdocs/js/v3/widgets/**/*.js']
options: {
curly: false,
eqeqeq: false,
immed: false,
browser: true,
globals: {
define: true,
require: true
}
}
}
Copyright (c) 2013 Jamund Ferguson
Licensed under the MIT license.
FAQs
Hook git blame into jshint
The npm package grunt-lintblame receives a total of 0 weekly downloads. As such, grunt-lintblame popularity was classified as not popular.
We found that grunt-lintblame 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.