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

dynamic-marquee

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamic-marquee - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

13

dist/dynamic-marquee.js

@@ -320,2 +320,6 @@ (function (global, factory) {

value: function setRate(rate) {
if (rate === this._rate) {
return;
}
if (!rate !== !this._rate) {

@@ -562,2 +566,9 @@ this._enableAnimationHint(!!rate);

var justReversedRate = this._justReversedRate;
this._justReversedRate = false;
if (justReversedRate) {
this._nextItemImmediatelyFollowsPrevious = false;
}
if (this._pendingItem) {

@@ -671,4 +682,2 @@ this._$container.appendChild(this._pendingItem.getContainer());

this._nextItemImmediatelyFollowsPrevious = false;
var justReversedRate = this._justReversedRate;
this._justReversedRate = false;

@@ -675,0 +684,0 @@ if (

2

package.json
{
"name": "dynamic-marquee",
"version": "2.1.1",
"version": "2.1.2",
"description": "A small library for creating marquees.",

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

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