Socket
Socket
Sign inDemoInstall

lazy-attr

Package Overview
Dependencies
0
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

assets/flower.mp4

8

package.json
{
"name": "lazy-attr",
"version": "1.1.1",
"description": "Make a lazy page with lazy video, embed, image and animations on scrolling.",
"main": "lazy-attr.js",
"version": "1.1.2",
"description": "Make a lazy page with lazy video, embed, image and animations on scrolling supported by IE.",
"main": "./lib/lazy-attr.js",
"scripts": {

@@ -19,3 +19,3 @@ "test": "echo \"Error: no test specified\" && exit 1"

"attributes",
"animation",
"animations",
"yoannchb"

@@ -22,0 +22,0 @@ ],

@@ -1,2 +0,2 @@

# 📖 Lazy-attr v1.1.1 - beta
# 📖 Lazy-attr v1.1.2 - beta
Create lazy image, embed, video... Make animation on lazy and not lazy element. All of that just with html attributes.

@@ -7,5 +7,3 @@ ## 🎉 Update

- Bugs correction
- Animations bugs correction
- More powerfull
- IE support correction !
- IE iframe correction
## 📚 Documentation

@@ -18,7 +16,7 @@ --------

```html
<script src="https://cdn.jsdelivr.net/npm/lazy-attr@1.1.1/lazy-attr.min.js"></script>
<link src="https://cdn.jsdelivr.net/npm/lazy-attr@1.1.1/lazy-attr-animation.min.css"/>
<script src="https://unpkg.com/lazy-attr@1.1.2/lib/lazy-attr.min.js"></script>
<link src="https://unpkg.com/lazy-attr@1.1.2/lib/lazy-attr-animation.min.css"/>
<!-- or -->
<script src="./lazy-attr.min.js"></script>
<link src="./lazy-attr-animation.min.css"/>
<script src="./lib/lazy-attr.min.js"></script>
<link src="./lib/lazy-attr-animation.min.css"/>
```

@@ -25,0 +23,0 @@ ## 🐱 Github and NPM

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc