Socket
Socket
Sign inDemoInstall

marquee

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

marquee - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

6

index.js

@@ -17,2 +17,3 @@ (function (root, factory) {

width = parseFloat(css.width),
textValue,
textElements,

@@ -36,5 +37,6 @@ propName, propValue,

textValue = (el.innerText || el.textContent);
textElements = [
crel('span', el.innerText),
crel('span', el.innerText)
crel('span', textValue),
crel('span', textValue)
];

@@ -41,0 +43,0 @@

{
"name": "marquee",
"description": "Amaze your eyes and recapture the magic of the web with scrolling marquees",
"author": "Damon Oehlman <damon.oehlman@sidelab.com>",
"tags": [
"author": "Damon Oehlman <damon.oehlman@gmail.com>",
"keywords": [
"marquee",
"browser"
],
"version": "0.2.0",
"version": "0.2.1",
"dependencies": {

@@ -18,9 +18,12 @@ "animator": "0.2.x",

"type": "git",
"url": "git://github.com/DamonOehlman/marquee.git"
"url": "https://bitbucket.org/DamonOehlman/marquee.git"
},
"bugs": {
"url": "http://github.com/DamonOehlman/marquee/issues"
"url": "https://bitbucket.org/DamonOehlman/marquee/issues"
},
"scripts": {},
"contributors": []
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT"
}

@@ -34,2 +34,10 @@ # marquee

});
```
```
## Implementations
Initial implementation was done using Canvas 2D Text, but looked crap on High Density Devices. Has been dropped back to a simple DOM implementation for the moment.
## License
MIT: <http://damonoehlman.mit-license.org/>
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