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

marquee3001

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marquee3001 - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

5

marquee3k.js

@@ -124,4 +124,5 @@ /**

static init(options = { selector: 'marquee3k' }) {
let animationId = null;
window.cancelAnimationFrame(animationId);
let animationId;
window.cancelAnimationFrame(animationId);
window.MARQUEES = [];
const marquees = Array.from(document.querySelectorAll(`.${options.selector}`));

@@ -128,0 +129,0 @@ let previousWidth = window.innerWidth;

2

package.json
{
"name": "marquee3001",
"version": "1.0.10",
"version": "1.0.11",
"description": "Internet marquees in HD!",

@@ -5,0 +5,0 @@ "keywords": ["marquee", "marquees"],

Sorry, the diff of this file is not supported yet

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