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

element-resize-event

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

element-resize-event - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

2

index.js
var requestFrame = (function () {
var window = this
var raf = window.requestAnimationFrame ||

@@ -14,2 +15,3 @@ window.mozRequestAnimationFrame ||

var cancelFrame = (function () {
var window = this
var cancel = window.cancelAnimationFrame ||

@@ -16,0 +18,0 @@ window.mozCancelAnimationFrame ||

2

package.json
{
"name": "element-resize-event",
"description": "Polyfill to make it easy to listen for element resize events",
"version": "2.0.8",
"version": "2.0.9",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",

@@ -6,0 +6,0 @@ "bugs": {

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