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

react-canvas-ticker

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-canvas-ticker - npm Package Compare versions

Comparing version

to
1.5.1

3

dist/index.es.js

@@ -339,2 +339,5 @@ import React from 'react';

var rect = _this.elementRef.current.getBoundingClientRect();
var tempHeight = rect.bottom - rect.y;
rect.width = Math.sqrt(tempHeight * tempHeight + rect.width * rect.width);
if (rect.width === 0) return;

@@ -341,0 +344,0 @@

@@ -343,2 +343,5 @@ 'use strict';

var rect = _this.elementRef.current.getBoundingClientRect();
var tempHeight = rect.bottom - rect.y;
rect.width = Math.sqrt(tempHeight * tempHeight + rect.width * rect.width);
if (rect.width === 0) return;

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

2

package.json
{
"name": "react-canvas-ticker",
"version": "1.5.0",
"version": "1.5.1",
"description": "Fork from react-ticker",

@@ -5,0 +5,0 @@ "author": "https://github.com/TimHsueh-ui",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet