Socket
Socket
Sign inDemoInstall

dynamic-marquee-react

Package Overview
Dependencies
5
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

12

dist/dynamic-marquee-react.js

@@ -1005,9 +1005,7 @@ (function (global, factory) {

childrenCount.current = filteredChildren.length;
React.useLayoutEffect(function () {
// Input items have changed. If there are frewer than before trim the item
// sizes array.
if (itemSizes.current.length > filteredChildren.length) {
itemSizes.current = itemSizes.current.slice(0, filteredChildren.length);
}
}, [filteredChildren.length]);
// Input items have changed. If there are fewer than before trim the item
// sizes array.
if (itemSizes.current.length > filteredChildren.length) {
itemSizes.current = itemSizes.current.slice(0, filteredChildren.length);
}
React.useEffect(function () {

@@ -1014,0 +1012,0 @@ if (!$container)

{
"name": "dynamic-marquee-react",
"version": "1.0.1",
"version": "1.0.2",
"description": "A `<Marquee />` component for React.",

@@ -5,0 +5,0 @@ "main": "./dist/dynamic-marquee-react.js",

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