Socket
Socket
Sign inDemoInstall

dynamic-marquee

Package Overview
Dependencies
0
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.3.1

2

dist/dynamic-marquee.js

@@ -622,3 +622,3 @@ (function (global, factory) {

var item = _this5._items[i];
var hasJumped = item.offset + shiftAmount !== offset;
var hasJumped = Math.abs(item.offset + shiftAmount - offset) >= 1;
item.item.setOffset(

@@ -625,0 +625,0 @@ offset,

{
"name": "dynamic-marquee",
"version": "1.3.0",
"version": "1.3.1",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc