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

8.15.2

Diff

Changelog

Source

8.15.2

BUGFIX: Class loaded was not applied to a loaded video (issue #239).

verlok
published 10.16.2 •

Changelog

Source

10.16.2

BUGFIX: Class loaded was not applied to a loaded video (issue #239).

verlok
published 8.15.1 •

Changelog

Source

8.15.1

BUGFIX: Autoplaying video not loaded correctly after entering the viewport (issue #240). Thanks to @maeligg.

verlok
published 10.16.1 •

Changelog

Source

10.16.1

BUGFIX: Autoplaying video not loaded correctly after entering the viewport (issue #240). Thanks to @maeligg.

verlok
published 10.16.0-beta •

verlok
published 10.15.0 •

Changelog

Source

10.15.0

  • Refactorized code & improved script performance
  • BUGFIX: Fixed webpack import (issue #230) TypeError: default is not a constructor
verlok
published 8.15.0 •

Changelog

Source

8.15.0

  • Refactorized code & improved script performance
  • BUGFIX: Fixed webpack import (issue #230) TypeError: default is not a constructor
verlok
published 8.14.0 •

Changelog

Source

8.14.0

Now supporting WebP through dynamic extension rename if the user browser is compatible.

verlok
published 10.14.0 •

Changelog

Source

10.14.0

Now supporting WebP through dynamic extension rename if the user browser is compatible.

verlok
published 8.13.0 •

Changelog

Source

8.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 |

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