@juggle/resize-observer
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@juggle/resize-observer", | ||
"version": "1.0.0", | ||
"description": "ResizeObserver - Based on the official draft specification", | ||
"version": "1.0.1", | ||
"description": "Polyfills the ResizeObserver API and supports box size options from the latest spec", | ||
"main": "./lib/ResizeObserver.js", | ||
@@ -29,11 +29,12 @@ "files": [ | ||
"javascript", | ||
"window", | ||
"document", | ||
"onresize", | ||
"element", | ||
"component", | ||
"container", | ||
"queries", | ||
"web components", | ||
"webcomponents", | ||
"front-end", | ||
"html" | ||
"html", | ||
"Angular", | ||
"React", | ||
"Vue" | ||
], | ||
@@ -40,0 +41,0 @@ "author": "Juggle", |
@@ -10,3 +10,3 @@ # Resize Observer Polyfill | ||
Check out the [Demo Playground](https://codesandbox.io/embed/myqzvpmmy9?hidenavigation=1&module=%2Fsrc%2Findex.js&view=preview) | ||
Check out the [Box Demo](https://codepen.io/trem/full/VgEXgP) and [Animation Demo](https://codesandbox.io/embed/myqzvpmmy9?hidenavigation=1&module=%2Fsrc%2Findex.js&view=preview) | ||
@@ -13,0 +13,0 @@ |
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
44114