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

vanilla-lazyload

Package Overview
Dependencies
Maintainers
1
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vanilla-lazyload - npm Package Versions

1
15

10.13.0

Diff

Changelog

Source

10.13.0

  • Shortened the RegEx for crawlers detection (shaved a few bytes)
  • Released LazyLoad in new module types! Enjoy the new flavours :)

| Filename | Module Type | Advantages | | ---------------------- | ---------------------------------------------- | ------------------------------------------------------------------ | | lazyload.min.js | UMD (Universal Module Definition) | Works pretty much everywhere, even in common-js contexts | | lazyload.iife.min.js | IIFE (Immediately Invoked Function Expression) | Works as in-page <script src="">, ~0.5kb smaller minified | | lazyload.amd.min.js | AMD (Asynchronous Module Definition) | Works with the require.js module loader, ~0.5kb smaller minified | | lazyload.es2015.js | ES Module type | Exports LazyLoad so you can import it in your project |

verlok
published 10.12.0 •

Changelog

Source

10.12.0

SEO! Expanded SEO-friendliness to more crawlers, Bingbot included.

verlok
published 8.12.0 •

Changelog

Source

8.12.0

SEO! Expanded SEO-friendliness to more crawlers, Bingbot included.

verlok
published 10.11.1 •

Changelog

Source

10.11.1

BUGFIX: Fixed issue #225. Due to mistyped BOT detection, in version 10.11.0 all images were loaded as soon as LazyLoad was created.

verlok
published 10.11.0 •

Changelog

Source

10.11.0

SEO! Version 10.x is now as SEO-friendly as version 8.x.

verlok
published 8.11.0 •

Changelog

Source

8.11.0

Added a public load method to lazyload any element.

verlok
published 10.10.0 •

Changelog

Source

10.10.0

Added a public load method to lazyload any element.

verlok
published 8.10.0 •

Changelog

Source

8.10.0

Added the ability to lazily set the sizes attribute via a data-sizes attribute. See the README file for more information.

verlok
published 10.9.0 •

Changelog

Source

10.9.0

Added the ability to lazily set the sizes attribute via a data-sizes attribute. See the README file for more information.

verlok
published 8.8.0 •

Changelog

Source

8.8.0

Added support for the video tag. Closes #209. Created the video.html demo.

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