Socket
Socket
Sign inDemoInstall

@types/resize-observer-browser

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/resize-observer-browser - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

10

resize-observer-browser/index.d.ts

@@ -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>;
}

11

resize-observer-browser/package.json
{
"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

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