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 1.8.8 to 1.8.9

5

react-big-calendar/index.d.ts

@@ -425,5 +425,6 @@ import {

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

@@ -430,0 +431,0 @@

4

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

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

},
"typesPublisherContentHash": "0edabb41992bc46ad89c01dee69ad28027ee0ad23803c6edc8eb2434c695fe68",
"typesPublisherContentHash": "ddbc69204aca34ce16cf8a6dfd0c06f8adfb2a2bc7a25e1a959b2ba79a6d06dc",
"typeScriptVersion": "4.6"
}

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

### Additional Details
* Last updated: Tue, 02 Jan 2024 21:06:49 GMT
* Last updated: Thu, 29 Feb 2024 19:35:43 GMT
* Dependencies: [@types/date-arithmetic](https://npmjs.com/package/@types/date-arithmetic), [@types/prop-types](https://npmjs.com/package/@types/prop-types), [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,0 @@

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