Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
ejs plugin for gulp
First, install gulp-ejs
as a development dependency:
npm install --save-dev gulp-ejs
Then, add it to your gulpfile.js
:
var ejs = require("gulp-ejs");
gulp.src("./templates/*.ejs")
.pipe(ejs({
msg: "Hello Gulp!"
}))
.pipe(gulp.dest("./dist"));
Type: hash
Default: {}
A hash object where each key corresponds to a variable in your template. Also you can set ejs options in this hash.
For more info on ejs
options, check the project's documentation.
Type: hash
Default: {ext: '.html'}
A hash object to configure the plugin.
Type: String
Default: .html
Defines the default file extension that will be appended to the filename.
FAQs
A plugin for Gulp that parses ejs template files
The npm package gulp-ejs receives a total of 5,497 weekly downloads. As such, gulp-ejs popularity was classified as popular.
We found that gulp-ejs 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.