Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@r365/react-calendar-timeline

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@r365/react-calendar-timeline - npm Package Compare versions

Comparing version 0.24.0 to 0.24.1

0

CHANGELOG.md

@@ -0,0 +0,0 @@ # Change Log

4

lib/lib/headers/ItemHeader.js

@@ -118,4 +118,6 @@ 'use strict';

var _stackGroup = (0, _calendar.stackGroup)(itemDimensions, stackItems, itemHeight, 0),
height = _stackGroup.groupHeight;
groupHeight = _stackGroup.groupHeight;
var height = Math.max(itemHeight, groupHeight);
return _react2.default.createElement(

@@ -122,0 +124,0 @@ _CustomHeader2.default,

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -1003,2 +1003,2 @@ 'use strict';

exports.default = ReactCalendarTimeline;
exports.default = ReactCalendarTimeline;

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

{
"name": "@r365/react-calendar-timeline",
"version": "0.24.0",
"version": "0.24.1",
"description": "react calendar timeline",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -0,0 +0,0 @@ # React Calendar Timeline

@@ -0,0 +0,0 @@ import Timeline from './lib/Timeline'

@@ -0,0 +0,0 @@ import PropTypes from 'prop-types'

@@ -0,0 +0,0 @@ export const defaultKeys = {

export const LEFT_VARIANT= 'left'
export const RIGHT_VARIANT= 'right'

@@ -0,0 +0,0 @@ import React from 'react'

@@ -0,0 +0,0 @@ import React from 'react'

@@ -0,0 +0,0 @@ import React from 'react'

@@ -0,0 +0,0 @@ import React from 'react'

@@ -102,3 +102,3 @@ import React from 'react'

const { groupHeight: height } = stackGroup(
const { groupHeight } = stackGroup(
itemDimensions,

@@ -108,3 +108,5 @@ stackItems,

0
)
)
const height = Math.max(itemHeight, groupHeight)
return (

@@ -111,0 +113,0 @@ <CustomHeader>

@@ -0,0 +0,0 @@ import React from 'react'

@@ -0,0 +0,0 @@ import React from 'react'

@@ -0,0 +0,0 @@ import React from 'react'

@@ -0,0 +0,0 @@ import PropTypes from 'prop-types'

@@ -0,0 +0,0 @@ export const overridableStyles = {

@@ -0,0 +0,0 @@ import PropTypes from 'prop-types'

@@ -0,0 +0,0 @@ import React from 'react'

@@ -0,0 +0,0 @@ import React from 'react'

@@ -0,0 +0,0 @@ import React from 'react'

@@ -0,0 +0,0 @@ import React from 'react'

@@ -0,0 +0,0 @@ import React from 'react'

@@ -0,0 +0,0 @@ import React from 'react'

@@ -0,0 +0,0 @@ import React from 'react'

@@ -0,0 +0,0 @@ import React, { PureComponent } from 'react'

@@ -0,0 +0,0 @@ import PropTypes from 'prop-types'

@@ -0,0 +0,0 @@ import React, { PureComponent } from 'react'

@@ -0,0 +0,0 @@ import PropTypes from 'prop-types'

@@ -0,0 +0,0 @@ import React from 'react'

@@ -0,0 +0,0 @@ import moment from 'moment'

@@ -0,0 +0,0 @@ // TODO: can we use getBoundingClientRect instead??

Sorry, the diff of this file is not supported yet

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