Socket
Socket
Sign inDemoInstall

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.0 to 2.1.1

7

dist/dynamic-marquee.d.ts

@@ -6,2 +6,3 @@ export as namespace DynamicMarquee;

upDown?: boolean;
startOnScreen?: boolean;
};

@@ -15,3 +16,3 @@

}) => HTMLElement | void
);
): void;
onItemRemoved(callback: ($el: HTMLElement) => void): void;

@@ -24,6 +25,6 @@ onAllItemsRemoved(callback: () => void): void;

isWaitingForItem(): boolean;
appendItem($el: HTMLElement): void;
appendItem($el: HTMLElement | string | number): void;
}
export type LoopBuilder = () => HTMLElement;
export type LoopBuilder = () => HTMLElement | string | number;
export type LoopReturn = { update: (newBuilders: LoopBuilder[]) => void };

@@ -30,0 +31,0 @@

{
"name": "dynamic-marquee",
"version": "2.1.0",
"version": "2.1.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc