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.11.1 to 0.12.0

12

react-big-calendar/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for react-big-calendar 0.11
// Type definitions for react-big-calendar 0.12.3
// Project: https://github.com/intljusticemission/react-big-calendar

@@ -29,6 +29,6 @@ // Definitions by: Piotr Witek <http://piotrwitek.github.io>

eventPropGetter?: (event: Object, start: stringOrDate, end: stringOrDate, isSelected: boolean) => void;
titleAccessor?: string;
allDayAccessor?: boolean;
startAccessor?: stringOrDate;
endAccessor?: stringOrDate;
titleAccessor?: string | ((row: Object) => string);
allDayAccessor?: string | ((row: Object) => boolean);
startAccessor?: string | ((row: Object) => Date);
endAccessor?: string | ((row: Object) => Date);
min?: stringOrDate;

@@ -42,2 +42,4 @@ max?: stringOrDate;

defaultView?: string;
className?: string;
elementProps?: React.HTMLAttributes<HTMLElement>;
}

@@ -44,0 +46,0 @@

{
"name": "@types/react-big-calendar",
"version": "0.11.1",
"version": "0.12.0",
"description": "TypeScript definitions for react-big-calendar",
"license": "MIT",
"author": "Piotr Witek <http://piotrwitek.github.io>",
"contributors": [
{
"name": "Piotr Witek",
"url": "http://piotrwitek.github.io"
}
],
"main": "",

@@ -17,4 +22,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "670cc4ee0ecc6f86b390a50368dde9584bb28742e18e6820f3036e34c6749b63",
"typesPublisherContentHash": "b09661f8e0364e77e54c8fd652e1d531d18c1f2f1b1632cd8bdde74b10f2e9ff",
"typeScriptVersion": "2.1"
}

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

Additional Details
* Last updated: Mon, 23 Jan 2017 21:31:28 GMT
* Last updated: Fri, 10 Mar 2017 06:58:03 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