@juggle/resize-observer
Advanced tools
Comparing version 3.1.1 to 3.1.2
{ | ||
"name": "@juggle/resize-observer", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Polyfills the ResizeObserver API and supports box size options from the latest spec", | ||
@@ -5,0 +5,0 @@ "main": "lib/exports/resize-observer.umd.js", |
@@ -60,3 +60,3 @@ <p align="center"> | ||
The latest standards allow for watching different box sizes. The box size option can be specified when observing an element. Options include `border-box` and `content-box` (default). | ||
The latest standards allow for watching different box sizes. The box size option can be specified when observing an element. Options include `border-box`, `device-pixel-content-box` and `content-box` (default). | ||
``` js | ||
@@ -63,0 +63,0 @@ import { ResizeObserver } from '@juggle/resize-observer'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
70451