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.11 to 0.20.12

8

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>
// Lucas Silva Souza <https://github.com/lksilva>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -120,2 +121,8 @@ // TypeScript Version: 2.8

export interface ResourceHeaderProps {
label: React.ReactNode;
index: number;
resource: object;
}
export interface Components<TEvent extends Event = Event> {

@@ -153,2 +160,3 @@ event?: React.ComponentType<EventProps<TEvent>>;

header?: React.ComponentType<HeaderProps>;
resourceHeader?: React.ComponentType<ResourceHeaderProps>;
}

@@ -155,0 +163,0 @@

9

react-big-calendar/package.json
{
"name": "@types/react-big-calendar",
"version": "0.20.11",
"version": "0.20.12",
"description": "TypeScript definitions for react-big-calendar",

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

"githubUsername": "siavelis"
},
{
"name": "Lucas Silva Souza",
"url": "https://github.com/lksilva",
"githubUsername": "lksilva"
}

@@ -61,4 +66,4 @@ ],

},
"typesPublisherContentHash": "93d754871fd7cd2adc62506c1602583109710158b124b73b443298e544531263",
"typesPublisherContentHash": "245734d900effb6cfbb034f33e2f22e91b0617d130294bdcbf3498c8147dd058",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Mon, 01 Apr 2019 19:34:51 GMT
* Last updated: Wed, 10 Apr 2019 17:27:25 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>.
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>.
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