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.6.4 to 1.6.5

6

pikaday/index.d.ts

@@ -293,2 +293,8 @@ // Type definitions for pikaday 1.6

/**
* Function which will be used for formatting date object to string.
* This function will take precedence over moment.
*/
toString?(date: Date, format?: string): string;
/**
* Function which will be used for parsing input string and getting a date object from it.

@@ -295,0 +301,0 @@ * This function will take precedence over moment.

4

pikaday/package.json
{
"name": "@types/pikaday",
"version": "1.6.4",
"version": "1.6.5",
"description": "TypeScript definitions for pikaday",

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

},
"typesPublisherContentHash": "cbbc66a450c1ef0a808c88de62ab7c4f240f3b7da62fdb445a2fd6b1be3ffd25",
"typesPublisherContentHash": "12d714f102bc14565926256931897cccccf8c00c1003981594351aa8d4f9cf1f",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Wed, 19 Sep 2018 22:33:26 GMT
* Last updated: Mon, 24 Sep 2018 20:42:10 GMT
* Dependencies: 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