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.10.5 to 0.11.0

12

react-big-calendar/index.d.ts

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

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

@@ -38,5 +38,7 @@ // Definitions by: Piotr Witek <http://piotrwitek.github.io>

messages?: Object;
timeslots?: number;
defaultView?: string;
}
export class BigCalendar extends React.Component<BigCalendarProps, {}> {
class BigCalendar extends React.Component<BigCalendarProps, {}> {
/**

@@ -52,3 +54,7 @@ * Setup the localizer by providing the moment Object

export default BigCalendar;
/* This enables 'import * as BigCalendar' syntax when compiling to es2015 */
namespace BigCalendar {}
/* react-big-calendar is exported as a commonjs module (it uses babel-preset-jason) */
export = BigCalendar;
}
{
"name": "@types/react-big-calendar",
"version": "0.10.5",
"description": "TypeScript definitions for react-big-calendar v0.10.X",
"version": "0.11.0",
"description": "TypeScript definitions for react-big-calendar",
"license": "MIT",

@@ -17,4 +17,4 @@ "author": "Piotr Witek <http://piotrwitek.github.io>",

"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "8a168d72fcaeec6a6522d2bc38725a5c62fcbf733de12a3596be7a0e3fd2e795"
"typesPublisherContentHash": "6bc7e45b081cbc87f289788057a10080bd8be6199f0d78f9675c6a61d05a4a17",
"typeScriptVersion": "2.0"
}

@@ -5,10 +5,9 @@ # Installation

# Summary
This package contains type definitions for react-big-calendar v0.10.X (https://github.com/intljusticemission/react-big-calendar).
This package contains type definitions for react-big-calendar (https://github.com/intljusticemission/react-big-calendar).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/react-big-calendar
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/react-big-calendar
Additional Details
* Last updated: Mon, 21 Nov 2016 21:02:58 GMT
* File structure: ModuleAugmentation
* Last updated: Fri, 30 Dec 2016 00:00:12 GMT
* Library Dependencies: none

@@ -15,0 +14,0 @@ * Module Dependencies: react

{
"authors": "Piotr Witek <http://piotrwitek.github.io>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [],

@@ -9,9 +8,9 @@ "moduleDependencies": [

"libraryMajorVersion": 0,
"libraryMinorVersion": 10,
"libraryName": "react-big-calendar v0.10.X",
"libraryMinorVersion": 11,
"typeScriptVersion": "2.0",
"libraryName": "react-big-calendar",
"typingsPackageName": "react-big-calendar",
"projectName": "https://github.com/intljusticemission/react-big-calendar",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "ModuleAugmentation",
"sourceBranch": "master",
"globals": [],

@@ -25,3 +24,3 @@ "declaredModules": [

"hasPackageJson": false,
"contentHash": "8a168d72fcaeec6a6522d2bc38725a5c62fcbf733de12a3596be7a0e3fd2e795"
"contentHash": "6bc7e45b081cbc87f289788057a10080bd8be6199f0d78f9675c6a61d05a4a17"
}
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