Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
CAUTION: This generator is used internally in our systems and its API is constantly changing! Please wait for v1.0.0.
A simple pluggable static site generator with great flexibility and control.
Symply is based on a well-known, fast and reliable Handlebars.js templating engine.
{{embeddedStyles 'src_dir_relative_path_to_style.css' attributes='media="(min-width: 500px) and (max-width: 1000px)"' }}
<style media="(min-width: 500px) and (max-width: 1000px)">
/* ... */
</style>
{{embeddedScript 'src_dir_relative_path_to_script.js' attributes='async type="module"'}}
<script async type="module">
// ...
</script>
if_eq
{{#if_eq var 'value' }}
var === 'value'
{{else}}
var !== 'value'
{{/if_eq}}
if_ne
{{#if_ne var 'value' }}
var !== 'value'
{{else}}
var === 'value'
{{/if_ne}}
<!-- index.html -->
{{> partials/UserCard iconPath='svg/icons/user-1' }}
<!-- partials/UserCard.html -->
<div class="UserCard">
{{> (lookup . 'iconPath' ) }}
</div>
FAQs
A simple static site generator.
We found that symply 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.