Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "bradpitt", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Set of javascript modules that do cool stuff", | ||
@@ -5,0 +5,0 @@ "main": "dist/bradpitt.min.js", |
@@ -27,5 +27,5 @@ ## Bradpitt.js | ||
```javascript | ||
let oscar = doucment.querySelector('.award') | ||
let oscar = document.querySelector('.award') | ||
let oscars = doucment.querySelectorAll('.awards') | ||
let oscars = document.querySelectorAll('.awards') | ||
@@ -37,2 +37,11 @@ lazy(oscar, 'won', 600) | ||
```javascript | ||
lazy(oscar, 'nominated', 900, { | ||
change: 'add' | ||
}) | ||
lazy(oscar, 'nominated', 1200, { | ||
change: 'remove' | ||
}) | ||
``` | ||
## Vanillia JS Parallax | ||
@@ -39,0 +48,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
15437
80
0