Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@sapling/render-driver-nunjucks
Advanced tools
This package allows using the Nunjucks templating engine with Sapling.
This package can be installed via the Sapling CLI via the project creation questionnaire;
sapling create
Or added to an existing project by re-running the questionnaire;
sapling edit
Alternatively, if you prefer to install it manually, you can install it via npm;
npm install --save @sapling/render-driver-nunjucks
Then, modify your config.json
to select the Nunjucks driver;
{
"render": {
"driver": "Nunjucks"
}
}
Once installed, all views in views/
will be run through the Nunjucks templating engine. Refer to their documentation for instructions on how to use it.
Bug reports, feature requests and support queries can be filed as issues on GitHub. Please use the templates provided and fill in all the requested details.
Detailed changes for each release are documented in the release notes.
FAQs
Nunjucks driver for Sapling
We found that @sapling/render-driver-nunjucks 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.