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

date-template

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

date-template - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

test.js

2

index.js

@@ -17,5 +17,5 @@ /**

h: { key: /%0?h/g, value: date.getHours(), }, // hourse
m: { key: /%0?m/g, value: date.getMinutes(), }, // minutes;
s: { key: /%0?s/g, value: date.getSeconds(), }, // seconds
ms: { key: /%0?ms/g, value: date.getMilliseconds(), }, // milliseconds
m: { key: /%0?m/g, value: date.getMinutes(), }, // minutes;
}

@@ -22,0 +22,0 @@ tmp = middleware ? middleware(tmp) : tmp

{
"name": "date-template",
"version": "2.0.2",
"version": "2.0.3",
"description": "Easy function to return template date.",

@@ -5,0 +5,0 @@ "main": "index.js",

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