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.3.7 to 2.3.8

6

dist/dynamic-marquee.js

@@ -738,5 +738,3 @@ (function (global, factory) {

_this6._items.reduce(function (newOffset, item) {
if (newOffset !== null && item.offset < newOffset) {
// the size of the item before has increased and would now be overlapping
// this one, so shuffle this one along
if (newOffset !== null) {
item.offset = newOffset;

@@ -877,4 +875,2 @@ }

Object.defineProperty(exports, '__esModule', { value: true });
}));

16

package.json
{
"name": "dynamic-marquee",
"version": "2.3.7",
"version": "2.3.8",
"description": "A small library for creating marquees.",

@@ -8,4 +8,4 @@ "main": "./dist/dynamic-marquee.js",

"scripts": {
"build": "rollup --config rollup.config.js",
"watch": "rollup --config rollup.config.js --watch",
"build": "rollup --config rollup.config.mjs",
"watch": "rollup --config rollup.config.mjs --watch",
"prettier": "prettier --write .",

@@ -39,11 +39,11 @@ "lint": "prettier --check .",

"@babel/preset-env": "^7.8.7",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@tjenkinson/boundary": "^2.0.0",
"husky": "^7.0.0",
"husky": "^8.0.3",
"longest-common-substring": "0.0.1",
"prettier": "^2.0.2",
"rollup": "^2.0.6",
"rollup-plugin-babel": "^4.4.0"
"rollup": "^3.18.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