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.36.0 to 0.36.1

5

react-big-calendar/index.d.ts

@@ -315,4 +315,5 @@ // Type definitions for react-big-calendar 0.36

export interface CalendarProps<TEvent extends object = Event, TResource extends object = object>
extends React.Props<Calendar<TEvent, TResource>> {
export interface CalendarProps<TEvent extends object = Event, TResource extends object = object> {
children?: React.ReactNode;
ref?: React.LegacyRef<Calendar<TEvent, TResource>> | undefined;
localizer: DateLocalizer;

@@ -319,0 +320,0 @@

4

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

@@ -111,4 +111,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-big-calendar",

},
"typesPublisherContentHash": "a72b3000ad1692303a91a5e2b6f2aa3eb067c5975a3973a21881c1650eaf4e46",
"typesPublisherContentHash": "1fac02b38e1c733537211f58305c7e5329ad4d79d5a98d134413472eb1461e3f",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Mon, 04 Oct 2021 21:01:19 GMT
* Last updated: Thu, 21 Oct 2021 23:01:34 GMT
* Dependencies: [@types/prop-types](https://npmjs.com/package/@types/prop-types), [@types/react](https://npmjs.com/package/@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