
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
nunjucks-date-filter-local
Advanced tools
This defines a date
filter for Nunjucks
implementing moment.js, a rich date manager.
npm install nunjucks-date-filter-local --save
This repository is forked from nunjucks-date-filter.
Instead of using moment.utc()
, this library use local timezone to output date. (See #4)
var dateFilter = require('nunjucks-date-filter-local');
var env = new nunjucks.Environment();
env.addFilter('date', dateFilter);
FAQs
A 'date' filter for Nunjucks implementing moment.js
The npm package nunjucks-date-filter-local receives a total of 196 weekly downloads. As such, nunjucks-date-filter-local popularity was classified as not popular.
We found that nunjucks-date-filter-local 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.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.