Socket
Socket
Sign inDemoInstall

@juggle/resize-observer

Package Overview
Dependencies
0
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

6

lib/utils/scheduler.js

@@ -57,2 +57,5 @@ import { process } from '../ResizeObserverController';

run(frames) {
if (resizeObserverSlot.has(this)) {
return;
}
const scheduler = this;

@@ -79,5 +82,2 @@ resizeObserverSlot.set(this, function ResizeObserver() {

schedule() {
if (scheduled) {
return;
}
this.stop();

@@ -84,0 +84,0 @@ this.run(1);

{
"name": "@juggle/resize-observer",
"version": "1.1.0",
"version": "1.1.1",
"description": "Polyfills the ResizeObserver API and supports box size options from the latest spec",

@@ -5,0 +5,0 @@ "main": "./lib/ResizeObserver.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc