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 0.0.7 to 0.0.9

3

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
[0.0.8] - 2018-06-20
* Constructor name to begin with a capital letter: `lightPick` to `Lightpick`
[0.0.6] - 2018-06-20

@@ -5,0 +8,0 @@ * Added option `repick`

3

package.json
{
"name": "lightpick",
"version": "0.0.7",
"version": "0.0.9",
"description": "Javascript date range picker - lightweight, no jQuery",
"main": "lightpick.js",
"scripts": {

@@ -6,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

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

[![npm version](https://badge.fury.io/js/lightpick.svg)](https://www.npmjs.com/package/lightpick) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/wakirin/lightPick/blob/master/LICENSE)
[![npm version](https://badge.fury.io/js/lightpick.svg)](https://www.npmjs.com/package/lightpick) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/wakirin/lightpick/blob/master/LICENSE)
lightPick
Lightpick
=========

@@ -10,5 +10,5 @@

-----------------------------------------------------
![screenshot](https://wakirin.github.io/lightPick.gif)
![screenshot](https://wakirin.github.io/lightpick.gif)
## [Demo & Docs](https://wakirin.github.io/lightPick)
## [Demo & Docs](https://wakirin.github.io/lightpick)

@@ -29,3 +29,3 @@ ----

or you can download and include Moment.js and lightPick files manually.
or you can download and include Moment.js and Lightpick files manually.

@@ -36,3 +36,3 @@ ## Usage

lightPick can be bound to an input field:
Lightpick can be bound to an input field:

@@ -43,3 +43,3 @@ ```

Include lightPick script to the end of your document:
Include Lightpick script to the end of your document:

@@ -49,3 +49,3 @@ ```

<script>
var picker = new lightPick({ field: document.getElementById('datepicker') });
var picker = new Lightpick({ field: document.getElementById('datepicker') });
</script>

@@ -52,0 +52,0 @@ ```

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