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 Compare versions

Comparing version 19.1.2 to 19.1.3

CHANGELOG.md

5

package.json
{
"name": "vanilla-lazyload",
"version": "19.1.2",
"version": "19.1.3",
"description": "LazyLoad is a lightweight (2.4 kB) and flexible script that speeds up your web application by deferring the loading of your below-the-fold images, videos and iframes to when they will enter the viewport. It's written in plain \"vanilla\" JavaScript, it leverages the IntersectionObserver API, it supports responsive images, it optimizes your website for slower connections, and can enable native lazy loading.",

@@ -36,3 +36,4 @@ "main": "dist/lazyload.min.js",

"dist",
"typings"
"typings",
"CHANGELOG.md"
],

@@ -39,0 +40,0 @@ "repository": {

8

README.md

@@ -179,3 +179,3 @@ LazyLoad is a lightweight (2.4 kB) and flexible script that **speeds up your web application** by deferring the loading of your below-the-fold images, animated SVGs, videos and iframes to **when they will enter the viewport**. It's written in plain "vanilla" JavaScript, it leverages the [IntersectionObserver](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) API, it supports [responsive images](https://alistapart.com/article/responsive-images-in-practice), it optimizes your website for slower connections, and can enable native lazy loading. See [all features](#-all-features-compared) for more.

The latest, recommended version of LazyLoad is **19.1.2**.
The latest, recommended version of LazyLoad is **19.1.3**.
Note that if you need to support Internet Explorer 11, you need to use version 17.9.0 or below.

@@ -190,3 +190,3 @@

```html
<script src="https://cdn.jsdelivr.net/npm/vanilla-lazyload@19.1.2/dist/lazyload.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanilla-lazyload@19.1.3/dist/lazyload.min.js"></script>
```

@@ -242,3 +242,3 @@

async
src="https://cdn.jsdelivr.net/npm/vanilla-lazyload@19.1.2/dist/lazyload.min.js"
src="https://cdn.jsdelivr.net/npm/vanilla-lazyload@19.1.3/dist/lazyload.min.js"
></script>

@@ -277,3 +277,3 @@ ```

async
src="https://cdn.jsdelivr.net/npm/vanilla-lazyload@19.1.2/dist/lazyload.min.js"
src="https://cdn.jsdelivr.net/npm/vanilla-lazyload@19.1.3/dist/lazyload.min.js"
></script>

@@ -280,0 +280,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