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

lightpick

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lightpick - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

3

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
[1.4.1] - 2019-10-23
* Fix iOS daylight savings time weekdayName issue - PR #85
[1.4.0] - 2019-10-22

@@ -5,0 +8,0 @@ * Fix minDate, maxDate, disableDates and value (gotoDate) of input now respects format parameter.

2

lightpick.js

@@ -108,3 +108,3 @@ /**

{
return new Date(1970, 0, day).toLocaleString(opts.lang, { weekday: weekdayStyle || opts.weekdayStyle });
return new Date(1970, 0, day, 12, 0, 0, 0).toLocaleString(opts.lang, { weekday: weekdayStyle || opts.weekdayStyle });
},

@@ -111,0 +111,0 @@

{
"name": "lightpick",
"version": "1.4.0",
"version": "1.4.1",
"description": "Javascript date range picker - lightweight, no jQuery",

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