Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
docpad-plugin-slim
Advanced tools
DocPad plugin that adds the ability to render Slim templates to HTML
Convert any of your templates to HTML from the Slim template syntax
Convention: .anything.(slim)
NOTE: If calling metadata in your .slim
templates you need to call it using = document["title"]
as slim doesn't understand dot notation, i.e. document.title
Install this plugin
docpad install slim
In default mode the output HTML will be in a minified state. You can prettify the HTML by setting the pretty
config to true
. When Docpad is in the development
mode pretty
is set to true
.
If you use Bundler to manage your rubygems, you can execute the Slim compilation using bundle exec
by setting the bundler
option to true
. By default it is set to false
.
You can discover the history inside the History.md
file
##Note This plugin is heavily influenced by Balupton's awesome Sass Docpad plugin
Copyright Pat O'Callaghan. All rights reserved.
Licensed under the incredibly permissive MIT License
Copyright © 2013 + Pat O'Callaghan
FAQs
DocPad plugin that adds the ability to render Slim templates to HTML
The npm package docpad-plugin-slim receives a total of 0 weekly downloads. As such, docpad-plugin-slim popularity was classified as not popular.
We found that docpad-plugin-slim 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.