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 2.6.0 to 2.6.1

2

dist/dynamic-marquee.js

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

});
var newBuildersStructure = newBuilders.map(function (b, i) {
var newBuildersStructure = newBuilders.map(function (b) {
// matching indexes where they exist, and -1 for all unknown

@@ -987,0 +987,0 @@ return builders.indexOf(b);

{
"name": "dynamic-marquee",
"version": "2.6.0",
"version": "2.6.1",
"description": "A small library for creating marquees.",

@@ -12,3 +12,3 @@ "main": "./dist/dynamic-marquee.js",

"prettier": "prettier --write .",
"lint": "prettier --check .",
"lint": "eslint --ext js src && prettier --check .",
"preversion": "npm run build",

@@ -44,2 +44,3 @@ "prepare": "husky install"

"@tjenkinson/boundary": "^2.0.0",
"eslint": "^8.36.0",
"husky": "^8.0.3",

@@ -46,0 +47,0 @@ "longest-common-substring": "0.0.1",

@@ -17,3 +17,3 @@ # Dynamic Marquee

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/tjenkinson/dynamic-marquee/tree/master/demo?title=Dynamic%20Marquee%20Demo)
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/tjenkinson/dynamic-marquee/tree/master/demo?title=Dynamic%20Marquee%20Demo&file=src%2Fmain.ts)

@@ -20,0 +20,0 @@ View the code in "[demo](./demo)".

Sorry, the diff of this file is not supported yet

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