Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-big-calendar

Package Overview
Dependencies
Maintainers
1
Versions
95
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.18.1 to 0.18.2

12

react-big-calendar/index.d.ts

@@ -89,2 +89,10 @@ // Type definitions for react-big-calendar 0.18

export interface HeaderProps {
culture: BigCalendarProps['culture'];
date: Date;
format: string;
label: string;
localizer: object;
}
export interface Components {

@@ -95,2 +103,6 @@ event?: React.SFC | React.Component | React.ComponentClass | JSX.Element;

dateCellWrapper?: React.SFC | React.Component | React.ComponentClass | JSX.Element;
/**
* component used as a header for each column in the TimeGridHeader
*/
header?: React.ComponentType<HeaderProps>;
toolbar?: React.SFC | React.Component | React.ComponentClass | JSX.Element;

@@ -97,0 +109,0 @@ agenda?: {

4

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

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

},
"typesPublisherContentHash": "370b1f7c3e9e943a71fef443735983698f5ec9ac58875d1c937ec210e9ece68a",
"typesPublisherContentHash": "7dc078fa36f204b41bf162d08b8f196c99641ac40801a6f01f7c4dcf00e99b8f",
"typeScriptVersion": "2.7"
}

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

Additional Details
* Last updated: Mon, 02 Jul 2018 20:44:33 GMT
* Last updated: Mon, 30 Jul 2018 23:12:12 GMT
* Dependencies: react

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

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