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

Diff

Changelog

Source

8.2.0

Restored support to IE9 and IE10, as requested in #118 and #132.

verlok
published 10.3.0 •

Changelog

Source

10.3.0

Restored support to IE9 and IE10, as requested in #118 and #132.

verlok
published 10.2.0 •

Changelog

Source

10.2.0

To solve cases when you can't select the elements to load using a string, added the ability to pass a NodeList object...

  • as a second parameter in the constructor, after the regular option object, e.g. var ll = new Lazyload({}, myNodeList)
  • as a single parameter to the update() method, e.g. ll.update(myNodeList)
verlok
published 10.0.1 •

Changelog

Source

10.0.1

Solved a problem with cdnjs.com: version 10.0.0 was pointing to 9.0.0.

verlok
published 10.0.0 •

Changelog

Source

10.0.0

  • Change in default options:
    • default for data_src is now src (was original)
    • default for data_srcset is now srcset (was original-set)

Version 9

verlok
published 9.0.1 •

Changelog

Source

9.0.1

  • Restored tests using Jest
  • Squashed a bug which didn't make images inside picture load correctly
verlok
published 8.1.0 •

Changelog

Source

8.1.0

Updated from grunt to gulp (run with gulp scripts).

verlok
published 8.0.3 •

Changelog

Source

8.0.3

Added quotes in background image URLs, as suggested in #114 (thanks to @vseva).

verlok
published 8.0.2 •

Changelog

Source

8.0.2

Fixed a bug that affected performance.

verlok
published 8.0.1 •

Changelog

Source

8.0.1

Fixed reference to old names in demo files.

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