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.0.10 to 0.0.11

2

package.json
{
"name": "bradpitt",
"version": "0.0.10",
"version": "0.0.11",
"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,3 +37,12 @@ lazy(oscar, 'won', 600)

```javascript
lazy(oscar, 'nominated', 900, {
change: 'add'
})
lazy(oscar, 'nominated', 1200, {
change: 'remove'
})
```
* * *
MIT License
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