Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fantasypoints/nunjucks-filter-moment

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fantasypoints/nunjucks-filter-moment - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

8

index.js

@@ -16,9 +16,3 @@ let moment = require('moment');

if(value == "" || undefined) value = new Date();
var result = moment(value);
if (format === "ISO") {
result.toISOString();
} else {
result.format(format);
}
return result;
return moment(value).format(format);
});

@@ -25,0 +19,0 @@

2

package.json
{
"name": "@fantasypoints/nunjucks-filter-moment",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",

@@ -5,0 +5,0 @@ "dependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc