Socket
Socket
Sign inDemoInstall

@r365/react-calendar-timeline

Package Overview
Dependencies
30
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.25.0-beta.2 to 0.25.0-beta.3

0

CHANGELOG.md

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

12

lib/index.js

@@ -98,2 +98,14 @@ 'use strict';

var _calendar = require('./lib/utility/calendar');
Object.keys(_calendar).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _calendar[key];
}
});
});
var _Timeline = require('./lib/Timeline');

@@ -100,0 +112,0 @@

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

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

4

lib/lib/Timeline.js

@@ -170,3 +170,3 @@ 'use strict';

this.scrollComponent.scrollLeft = this.props.width;
this.scrollHeaderRef.scrollLeft = this.props.width;
this.headerRef.scrollLeft = this.props.width;
}

@@ -1016,2 +1016,2 @@

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.25.0-beta.2",
"version": "0.25.0-beta.3",
"description": "react calendar timeline",

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

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

@@ -15,2 +15,3 @@ import Timeline from './lib/Timeline'

export {default as ItemHeader} from './lib/headers/ItemHeader'
export * from './lib/utility/calendar'
export default 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'

@@ -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 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'

@@ -342,3 +342,3 @@ import PropTypes from 'prop-types'

this.scrollComponent.scrollLeft = this.props.width
this.scrollHeaderRef.scrollLeft = this.props.width
this.headerRef.scrollLeft = this.props.width
}

@@ -345,0 +345,0 @@

@@ -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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc