@types/resize-observer-browser
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -5,2 +5,3 @@ // Type definitions for non-npm package resize-observer-browser 0.1 | ||
// William Furr <https://github.com/wffurr> | ||
// Alexander Shushunov <https://github.com/AlexanderShushunov> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -24,4 +25,4 @@ // TypeScript Version: 2.7 | ||
interface ResizeObserverSize { | ||
inlineSize: number; | ||
blockSize: number; | ||
readonly inlineSize: number; | ||
readonly blockSize: number; | ||
} | ||
@@ -41,4 +42,5 @@ | ||
readonly contentRect: DOMRectReadOnly; | ||
readonly borderBoxSize: ResizeObserverSize; | ||
readonly contentBoxSize: ResizeObserverSize; | ||
readonly borderBoxSize?: ReadonlyArray<ResizeObserverSize>; | ||
readonly contentBoxSize?: ReadonlyArray<ResizeObserverSize>; | ||
readonly devicePixelContentBoxSize?: ReadonlyArray<ResizeObserverSize>; | ||
} |
{ | ||
"name": "@types/resize-observer-browser", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "TypeScript definitions for resize-observer-browser", | ||
@@ -16,2 +16,7 @@ "license": "MIT", | ||
"githubUsername": "wffurr" | ||
}, | ||
{ | ||
"name": "Alexander Shushunov", | ||
"url": "https://github.com/AlexanderShushunov", | ||
"githubUsername": "AlexanderShushunov" | ||
} | ||
@@ -28,4 +33,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "a480c079f62d12a529115b4f879f6377c497a813247fbcffb0d2668b2fcd8e32", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "57ba025d7f873edec6e18d6657b87cfec450e1e5e7637895356593fbf425ced0", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 23 Dec 2019 16:51:05 GMT | ||
* Last updated: Mon, 12 Oct 2020 18:19:12 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: `ResizeObserver` | ||
# Credits | ||
These definitions were written by Chives (https://github.com/chivesrs), and William Furr (https://github.com/wffurr). | ||
These definitions were written by [Chives](https://github.com/chivesrs), [William Furr](https://github.com/wffurr), and [Alexander Shushunov](https://github.com/AlexanderShushunov). |
Sorry, the diff of this file is not supported yet
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
4487
37