dynamic-marquee
Advanced tools
Comparing version 2.6.2 to 2.6.3
@@ -903,2 +903,6 @@ (function (global, factory) { | ||
function getDefaultExportFromCjs (x) { | ||
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x; | ||
} | ||
var indexMap = function(list) { | ||
@@ -937,2 +941,4 @@ var map = {}; | ||
var longestSubstring = /*@__PURE__*/getDefaultExportFromCjs(longestCommonSubstring_1); | ||
function loop(marquee) { | ||
@@ -990,3 +996,3 @@ var buildersIn = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : []; | ||
}); | ||
var _longestSubstring = longestCommonSubstring_1(buildersStructure, newBuildersStructure), | ||
var _longestSubstring = longestSubstring(buildersStructure, newBuildersStructure), | ||
startString1 = _longestSubstring.startString1, | ||
@@ -993,0 +999,0 @@ startString2 = _longestSubstring.startString2, |
{ | ||
"name": "dynamic-marquee", | ||
"version": "2.6.2", | ||
"version": "2.6.3", | ||
"description": "A small library for creating marquees.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/dynamic-marquee.js", |
@@ -23,2 +23,4 @@ # Dynamic Marquee | ||
or [view a deployed demo](https://dynamic-marquee.tjenkinson.dev/). | ||
View the code in "[demo](./demo)". | ||
@@ -25,0 +27,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93678
2011
179