Socket
Socket
Sign inDemoInstall

pikaday

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.1 to 1.8.2

2

CHANGELOG.md
# Changelog
## 1.8.1 - 2020-10-22
## 1.8.2 - 2020-10-22

@@ -5,0 +5,0 @@ - Properly parse date string, fixes #735 #755 #688

{
"name": "pikaday",
"version": "1.8.1",
"version": "1.8.2",
"description": "A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS",

@@ -5,0 +5,0 @@ "keywords": [

@@ -380,3 +380,3 @@ /*!

renderWeek = function (d, m, y) {
renderWeek = function (d, m, y, firstWeekOfYearMinDays) {
var date = new Date(y, m, d),

@@ -383,0 +383,0 @@ week = hasMoment ? moment(date).isoWeek() : isoWeek(date, firstWeekOfYearMinDays);

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc