
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.
Built on top of replace, grunt-sed is a Grunt plugin for performing search and replace on files.
Install grunt-sed using npm:
$ npm install grunt-sed
Then add this line to your project's Gruntfile.js:
grunt.loadNpmTasks('grunt-sed');
This plugin is a multi task, meaning that Grunt will automatically iterate over all exec targets if a target is not specified.
path
- File or directory to search. Defaults to '.'
.pattern
- String or regex that will be replaced by replacement
. Required.replacement
- The string that will replace pattern
. Can be a function. Required.recursive
- If true
, will recursively search directories. Defaults to false
.grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
sed: {
version: {
pattern: '%VERSION%',
replacement: '<%= pkg.version %>',
recursive: true
}
}
});
$ cd grunt-sed
$ npm test
Found a bug? Create an issue on GitHub.
https://github.com/jharding/grunt-sed/issues
For transparency and insight into the release cycle, releases will be numbered with the follow format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
For more information on semantic versioning, please visit http://semver.org/.
Copyright (c) 2013 Jake Harding
Licensed under the MIT License.
FAQs
Grunt task for search and replace.
The npm package grunt-sed receives a total of 535 weekly downloads. As such, grunt-sed popularity was classified as not popular.
We found that grunt-sed 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.