Socket
Socket
Sign inDemoInstall

@types/pikaday

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pikaday - npm Package Compare versions

Comparing version 1.7.3 to 1.7.4

14

pikaday/index.d.ts

@@ -39,3 +39,3 @@ // Type definitions for pikaday 1.7

*/
getDate(): Date;
getDate(): Date | null;

@@ -54,3 +54,3 @@ /**

*/
getMoment(): moment.Moment;
getMoment(): moment.Moment | null;

@@ -164,3 +164,3 @@ /**

*/
field?: HTMLElement;
field?: HTMLElement | null;

@@ -177,3 +177,3 @@ /**

*/
trigger?: HTMLElement;
trigger?: HTMLElement | null;

@@ -208,3 +208,3 @@ /**

*/
container?: HTMLElement;
container?: HTMLElement | null;

@@ -338,3 +338,3 @@ /**

*/
parse?(date: string, format: string): Date;
parse?(date: string, format: string): Date | null;

@@ -344,3 +344,3 @@ /**

*/
onSelect?(date: Date): void;
onSelect?(this: Pikaday, date: Date): void;

@@ -347,0 +347,0 @@ /**

{
"name": "@types/pikaday",
"version": "1.7.3",
"version": "1.7.4",
"description": "TypeScript definitions for pikaday",

@@ -27,3 +27,4 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/pikaday"
},

@@ -34,4 +35,4 @@ "scripts": {},

},
"typesPublisherContentHash": "00bff81324befbbc2a57da8d75a79601622b81e7a80f307e81d33ae9e3a52fd4",
"typesPublisherContentHash": "1ee52c509e28b5dee58e32ce42fff195c7ad277287367a7f86352558ee127d18",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Fri, 15 Feb 2019 16:41:52 GMT
* Last updated: Mon, 25 Feb 2019 23:45:35 GMT
* Dependencies: @types/moment

@@ -14,0 +14,0 @@ * Global values: Pikaday

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