Socket
Socket
Sign inDemoInstall

@types/react-big-calendar

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-big-calendar - npm Package Compare versions

Comparing version 0.20.18 to 0.20.19

3

react-big-calendar/index.d.ts

@@ -15,2 +15,3 @@ // Type definitions for react-big-calendar 0.20

// Mark Nelissen <https://github.com/marknelissen>
// Eric Kenney <https://github.com/KenneyE>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -265,3 +266,3 @@ // TypeScript Version: 2.8

onSelecting?: (range: { start: stringOrDate, end: stringOrDate }) => boolean | undefined | null;
onRangeChange?: (range: Array<Date | { start: stringOrDate, end: stringOrDate }>) => void;
onRangeChange?: (range: Date[] | { start: stringOrDate, end: stringOrDate }) => void;
selected?: any;

@@ -268,0 +269,0 @@ views?: Views;

{
"name": "@types/react-big-calendar",
"version": "0.20.18",
"version": "0.20.19",
"description": "TypeScript definitions for react-big-calendar",

@@ -66,2 +66,7 @@ "license": "MIT",

"githubUsername": "marknelissen"
},
{
"name": "Eric Kenney",
"url": "https://github.com/KenneyE",
"githubUsername": "KenneyE"
}

@@ -81,4 +86,4 @@ ],

},
"typesPublisherContentHash": "f33d3d1837d75055fa4e8a60137a0440d3e2984cac968a4834ce4c9143c21a57",
"typesPublisherContentHash": "3f780561d04effecc3b3450a6f4dcce040a78a9ba3a9f77ace1716f5ed43eebc",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Fri, 24 May 2019 21:01:00 GMT
* Last updated: Sun, 16 Jun 2019 07:18:16 GMT
* Dependencies: @types/prop-types, @types/react

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Piotr Witek <https://github.com/piotrwitek>, Austin Turner <https://github.com/paustint>, Krzysztof Bezrąk <https://github.com/pikpok>, Sebastian Silbermann <https://github.com/eps1lon>, Paul Potsides <https://github.com/strongpauly>, janb87 <https://github.com/janb87>, Daniel Thorne <https://github.com/ldthorne>, Panagiotis Rikarnto Siavelis <https://github.com/siavelis>, Tomas Hubelbauer <https://github.com/TomasHubelbauer>, Lucas Silva Souza <https://github.com/lksilva>, Siarhey Belofost <https://github.com/SergeyBelofost>, Mark Nelissen <https://github.com/marknelissen>.
These definitions were written by Piotr Witek <https://github.com/piotrwitek>, Austin Turner <https://github.com/paustint>, Krzysztof Bezrąk <https://github.com/pikpok>, Sebastian Silbermann <https://github.com/eps1lon>, Paul Potsides <https://github.com/strongpauly>, janb87 <https://github.com/janb87>, Daniel Thorne <https://github.com/ldthorne>, Panagiotis Rikarnto Siavelis <https://github.com/siavelis>, Tomas Hubelbauer <https://github.com/TomasHubelbauer>, Lucas Silva Souza <https://github.com/lksilva>, Siarhey Belofost <https://github.com/SergeyBelofost>, Mark Nelissen <https://github.com/marknelissen>, Eric Kenney <https://github.com/KenneyE>.
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