Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bradpitt

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bradpitt - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"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 @@

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