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

@juggle/resize-observer

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@juggle/resize-observer - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

3

lib/utils/scheduler.js
import { process } from '../ResizeObserverController';
import { prettifyConsoleOutput } from './prettify';
const CATCH_FRAMES = 5;
const requestAnimationFrame = window.requestAnimationFrame;

@@ -82,3 +83,3 @@ const observerConfig = { attributes: true, characterData: true, childList: true, subtree: true };

this.stop();
this.run(1);
this.run(CATCH_FRAMES);
}

@@ -85,0 +86,0 @@ observe() {

{
"name": "@juggle/resize-observer",
"version": "1.1.2",
"version": "1.2.0",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc