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.15 to 0.20.16

18

react-big-calendar/index.d.ts

@@ -26,11 +26,17 @@ // Type definitions for react-big-calendar 0.20

export type Views = View[] | {
day: boolean | React.SFC | React.Component,
agenda: boolean | React.SFC | React.Component,
month: boolean | React.SFC | React.Component,
week: boolean | React.SFC | React.Component,
work_week: boolean | React.SFC | React.Component
work_week?: boolean | React.SFC | React.Component,
day?: boolean | React.SFC | React.Component,
agenda?: boolean | React.SFC | React.Component,
month?: boolean | React.SFC | React.Component,
week?: boolean | React.SFC | React.Component
};
export type Navigate = 'PREV' | 'NEXT' | 'TODAY' | 'DATE';
export type Event = object;
export interface Event {
allDay?: boolean;
title: string;
start: Date;
end: Date;
resource?: any;
}
export interface DateRange {

@@ -37,0 +43,0 @@ start: Date;

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

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

},
"typesPublisherContentHash": "90df11cc6586cc52734df2de7dbbb6455ed6b592a75418dbe52d215f9a212154",
"typesPublisherContentHash": "5eb5a8d81dbdc555239ca79b742754cd8500f466c7cd0834ca2e44524116dfcd",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Tue, 23 Apr 2019 18:46:24 GMT
* Last updated: Mon, 20 May 2019 17:12:13 GMT
* Dependencies: @types/prop-types, @types/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