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.2 to 1.4.3

3

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
[1.4.3] - 2019-11-01
* Fix reload options for dropdowns and locale objects
[1.4.2] - 2019-11-01

@@ -5,0 +8,0 @@ * SCSS file added - PR #72 - Thanks @tomvanenckevort

@@ -1308,3 +1308,8 @@ /**

{
this._opts = Object.assign({}, this._opts, options);
var dropdowns = this._opts.dropdowns;
var locale = this._opts.locale;
Object.assign(this._opts, this._opts, options);
Object.assign(this._opts.dropdowns, dropdowns, options.dropdowns);
Object.assign(this._opts.locale, locale, options.locale);
}

@@ -1311,0 +1316,0 @@

2

package.json
{
"name": "lightpick",
"version": "1.4.2",
"version": "1.4.3",
"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