Socket
Socket
Sign inDemoInstall

@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 0.4.2 to 0.4.3

9

package.json
{
"name": "@juggle/resize-observer",
"version": "0.4.2",
"version": "0.4.3",
"description": "ResizeObserver - Based on the official draft specification",

@@ -36,7 +36,3 @@ "main": "./lib/ResizeObserver.js",

"webcomponents",
"vue",
"react",
"angular",
"polymer",
"lit",
"front-end",
"html"

@@ -57,3 +53,2 @@ ],

"jsdom": "^13.1.0",
"sinon": "^7.2.2",
"ts-jest": "^23.10.5",

@@ -60,0 +55,0 @@ "typescript": "^3.2.2"

@@ -8,5 +8,5 @@ # ResizeObserver

A polyfill/ponyfill entirely based on the current **ResizeObserver** [Draft Specification](https://wicg.github.io/ResizeObserver).
A ponyfill/polyfill entirely based on the current **ResizeObserver** [Draft Specification](https://wicg.github.io/ResizeObserver).
This library observes elements and dispatches notifications when dimensions change. No polling of the DOM is required, except for when animations or transitions are active, keeping CPU and power consumption minimal.
This library observes elements and dispatches notifications when their dimensions change. Differences are only calculated during animation, or, after DOM mutation or user interaction has occurred, keeping CPU and power consumption minimal.

@@ -13,0 +13,0 @@

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