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.0.8 to 1.0.9

3

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
[1.0.9] - 2018-07-19
* fixed bug #9
[1.0.8] - 2018-07-12

@@ -5,0 +8,0 @@ * new option `hideOnBodyClick` (by ninty9notout)

5

lightpick.js

@@ -121,3 +121,3 @@ /**

extraClass = extraClass.filter( function( el ) {
return ['is-start-date', 'is-in-range', 'is-end-date'].indexOf( el ) < 0;
return ['is-start-date', 'is-in-range', 'is-end-date', 'is-disabled', 'is-flipped'].indexOf( el ) < 0;
});

@@ -402,2 +402,5 @@ day.className = day.className.concat(extraClass);

}
else {
updateDates(self.el, self._opts);
}
}

@@ -404,0 +407,0 @@ }

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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