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.0.2 to 1.0.3

cache/lazy-attr-animation-prefixer.css

8

lazy-attr.js
/**
* https://github.com/yoannchb-pro/Lazy-attr
* VERSION: 1.0.2
* VERSION: 1.0.3
*/

@@ -29,5 +29,3 @@

"rotate3d",
"rotate3d-up",
"slide-width",
"slide-height"],
"rotate3d-up"],
//options

@@ -40,3 +38,3 @@ options: {

//version
version: "1.0.2"
version: "1.0.3"
}

@@ -43,0 +41,0 @@ }

{
"name": "lazy-attr",
"version": "1.0.2",
"version": "1.0.3",
"description": "Make a lazy page with lazy video, embed, image and animation on scrolling.",

@@ -5,0 +5,0 @@ "main": "lazy-attr.js",

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

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

@@ -10,2 +10,5 @@ ## 🎉 Update

- Bugs correction
- Bugs animations correction
- 2 Animations removed
- min files added
## 📚 Documentation

@@ -18,7 +21,7 @@ --------

```html
<script src="./lazy-attr.js"></script>
<link src="./lazy-attr-animation.css"/>
<script src="./lazy-attr.min.js"></script>
<link src="./lazy-attr-animation.min.css"/>
<!-- or -->
<script src="https://cdn.jsdelivr.net/npm/lazy-attr@1.0.2/lazy-attr.js"></script>
<link src="https://cdn.jsdelivr.net/npm/lazy-attr@1.0.2/lazy-attr-animation.css"/>
<script src="https://cdn.jsdelivr.net/npm/lazy-attr@1.0.3/lazy-attr.min.js"></script>
<link src="https://cdn.jsdelivr.net/npm/lazy-attr@1.0.3/lazy-attr-animation.min.css"/>
```

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

Sorry, the diff of this file is not supported yet

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