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.3.3 to 1.3.4

2

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
[1.3.3] - 2019-03-29
[1.3.4] - 2019-03-30
* fixed bug #51

@@ -6,0 +6,0 @@

@@ -1096,6 +1096,2 @@ /**

}
if (this._opts.inline) {
updateDates(this.el, this._opts);
}
},

@@ -1133,9 +1129,5 @@

}
if (this._opts.inline) {
updateDates(this.el, this._opts);
}
},
setDate: function(date)
setDate: function(date, preventOnSelect)
{

@@ -1145,3 +1137,7 @@ if (!this._opts.singleDate) {

}
this.setStartDate(date, true);
this.setStartDate(date, preventOnSelect);
if (this.isShowing) {
updateDates(this.el, this._opts);
}
},

@@ -1148,0 +1144,0 @@

{
"name": "lightpick",
"version": "1.3.3",
"version": "1.3.4",
"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