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

infinite-marquee

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

infinite-marquee - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "infinite-marquee",
"version": "1.0.4",
"version": "1.0.5",
"description": "Configurable package to create an infinite marquee effect. Animated with JS or CSS.",

@@ -5,0 +5,0 @@ "main": "resources/js/infinite-marquee.js",

@@ -15,2 +15,4 @@ # Infinite Marquee

[Basic Demo](https://codepen.io/JamesHRowe/pen/eYEMbXz)
#### HTML

@@ -69,2 +71,4 @@

[Options Demo](https://codepen.io/JamesHRowe/pen/QWMmYBG)
### Options Example

@@ -86,5 +90,6 @@

new InfiniteMarquee({
el: document.querySelector('.my-marquee')
direction: 'right',
duration: 5
el: document.querySelector('.my-marquee'),
direction: 'right',
duration: 5,
css: false
})

@@ -91,0 +96,0 @@ ```

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