@juggle/resize-observer
Advanced tools
Comparing version 0.5.3 to 0.5.4
{ | ||
"name": "@juggle/resize-observer", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "ResizeObserver - Based on the official draft specification", | ||
@@ -5,0 +5,0 @@ "main": "./lib/ResizeObserver.js", |
@@ -41,3 +41,3 @@ # ResizeObserver | ||
const { width, height } = entry.contentRect; | ||
console.log(`Element ${index + 1}:` `${width}x${height}`); | ||
console.log(`Element ${index + 1}:`, `${width}x${height}`); | ||
}); | ||
@@ -44,0 +44,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
26012