New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-calendar-timeline

Package Overview
Dependencies
Maintainers
5
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-calendar-timeline - npm Package Compare versions

Comparing version 0.15.9 to 0.15.10

4

CHANGELOG.md

@@ -12,2 +12,6 @@ # Change Log

### Fixed
* fix issue with time report with onItem\* callbacks for browsers that don't support `x` property in rect object - #266
## 0.15.9

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

2

lib/lib/Timeline.js

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

var _scrollComponent$getB = scrollComponent.getBoundingClientRect(),
scrollX = _scrollComponent$getB.x;
scrollX = _scrollComponent$getB.left;

@@ -1322,0 +1322,0 @@ var xRelativeToTimeline = e.clientX - scrollX;

{
"name": "react-calendar-timeline",
"version": "0.15.9",
"version": "0.15.10",
"description": "react calendar timeline",

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

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

const scrollComponent = this.scrollComponent
const { x: scrollX } = scrollComponent.getBoundingClientRect()
const { left: scrollX } = scrollComponent.getBoundingClientRect()

@@ -889,0 +889,0 @@ const xRelativeToTimeline = e.clientX - scrollX

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