Socket
Socket
Sign inDemoInstall

@types/lightpick

Package Overview
Dependencies
1
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.2 to 1.4.3

22

lightpick/index.d.ts

@@ -7,3 +7,3 @@ // Type definitions for Lightpick 1.4

import moment = require('moment');
import moment = require("moment");

@@ -300,13 +300,13 @@ export = Lightpick;

type Orientation =
| 'auto'
| 'left'
| 'right'
| 'top'
| 'bottom'
| 'top left'
| 'top right'
| 'bottom left'
| 'bottom right';
| "auto"
| "left"
| "right"
| "top"
| "bottom"
| "top left"
| "top right"
| "bottom left"
| "bottom right";
type WeekdayStyle = 'long' | 'short' | 'narrow';
type WeekdayStyle = "long" | "short" | "narrow";

@@ -313,0 +313,0 @@ interface Dropdowns {

{
"name": "@types/lightpick",
"version": "1.4.2",
"version": "1.4.3",
"description": "TypeScript definitions for Lightpick",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lightpick",

},
"typesPublisherContentHash": "662dfd6bf26629cf6b7514e075a590fce8496e66a715565eb580d3265b5e01b6",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "3ecc1587144d982f9b42be40a3528324fd3c89082c9193be014ede89bec1b9b2",
"typeScriptVersion": "4.3"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 08 Jul 2021 16:23:44 GMT
* Last updated: Wed, 30 Aug 2023 19:35:06 GMT
* Dependencies: [@types/moment](https://npmjs.com/package/@types/moment)

@@ -14,0 +14,0 @@ * Global values: `Lightpick`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc