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.1.0 to 1.1.1

7

lightpick.js

@@ -707,7 +707,4 @@ /**

if ((opts.startDate || opts.endDate) && typeof opts.onSelect === 'function') {
this.setStartDate(opts.startDate, true);
this.setEndDate(opts.endDate, true);
opts.onSelect.call(this, this.getStartDate(), this.getEndDate());
}
this.setStartDate(opts.startDate, true);
this.setEndDate(opts.endDate, true);

@@ -714,0 +711,0 @@ return opts;

{
"name": "lightpick",
"version": "1.1.0",
"version": "1.1.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