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

frontello-ui-datepicker

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frontello-ui-datepicker - npm Package Compare versions

Comparing version 3.0.9 to 3.0.10

2

datepicker.js

@@ -213,3 +213,3 @@ "use strict";

if (this.timePicking) {
return this.date.toLocaleDateString(this.config.language, { weekday: (shorten ? 'short' : 'long'), year: 'numeric', month: 'long', day: 'numeric', hour: 'numeric', minute: 'numeric' });
return this.date.toLocaleDateString(this.config.language, { weekday: (shorten ? 'short' : 'long'), year: 'numeric', month: (shorten ? 'short' : 'long'), day: 'numeric', hour: 'numeric', minute: 'numeric' });
} else {

@@ -216,0 +216,0 @@ return this.date.toLocaleDateString(this.config.language, { weekday: (shorten ? 'short' : 'long'), year: 'numeric', month: 'long', day: 'numeric' });

{
"name": "frontello-ui-datepicker",
"version": "3.0.9",
"version": "3.0.10",
"description": "Efficient vanilla datepicker",

@@ -5,0 +5,0 @@ "main": "datepicker.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