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

resizilla

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resizilla - npm Package Compare versions

Comparing version 0.8.1 to 0.8.3

2

dist/resizilla.js

@@ -16,3 +16,3 @@ /* _.-~-.

/*
Version: 0.8.1
Version: 0.8.3
Description: A Better Window Resize

@@ -19,0 +19,0 @@ Author: Julien Etienne

@@ -16,3 +16,3 @@ /* _.-~-.

/*
Version: 0.8.1
Version: 0.8.3
Description: A Better Window Resize

@@ -19,0 +19,0 @@ Author: Julien Etienne

@@ -6,3 +6,3 @@ {

"main": "dist/resizilla.umd.js",
"jsnext:main": "dist/resizilla.es.js",
"jsnext:main": "dist/resizilla.js",
"directories": {

@@ -51,3 +51,3 @@ "example": "example"

},
"version": "0.8.1"
"version": "0.8.3"
}

@@ -34,11 +34,11 @@ ![img](http://oi68.tinypic.com/33m0pbr.jpg)

or
also
**``` resizilla({ ```**
**``` resizilla( ```**
**``` handler: Function, ```**
**``` delay: Milliseconds, ```**
**``` incept: Boolean, ```**
**``` useCapture: Boolean ```**
**``` orientationChange: Boolean, ```**
**``` useCapture: Boolean ```**
**``` }); ```**
**``` ); ```**

@@ -65,8 +65,9 @@ - useCapture: Register the event handler for the capturing/ bubbling phase.

**``` resizilla({
**``` resizilla(
handler: () => { // do something },
delay: 250,
incept: true,
useCapture,
orientationChange: false
}); ```**
); ```**
____

@@ -73,0 +74,0 @@ #### Destroy:

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