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.12 to 0.20.13

3

react-big-calendar/index.d.ts

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

// Panagiotis Rikarnto Siavelis <https://github.com/siavelis>
// Tomas Hubelbauer <https://github.com/TomasHubelbauer>
// Lucas Silva Souza <https://github.com/lksilva>

@@ -256,3 +257,3 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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

@@ -259,0 +260,0 @@ views?: Views;

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

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

{
"name": "Tomas Hubelbauer",
"url": "https://github.com/TomasHubelbauer",
"githubUsername": "TomasHubelbauer"
},
{
"name": "Lucas Silva Souza",

@@ -66,4 +71,4 @@ "url": "https://github.com/lksilva",

},
"typesPublisherContentHash": "245734d900effb6cfbb034f33e2f22e91b0617d130294bdcbf3498c8147dd058",
"typesPublisherContentHash": "953ac388944f046205ec81099da9301ee6efff14265d19ca454fdbd5f078f2da",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Wed, 10 Apr 2019 17:27:25 GMT
* Last updated: Thu, 11 Apr 2019 17:57:21 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>, Lucas Silva Souza <https://github.com/lksilva>.
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>.
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