Socket
Socket
Sign inDemoInstall

@radix-ui/rect

Package Overview
Dependencies
Maintainers
6
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@radix-ui/rect - npm Package Compare versions

Comparing version 1.1.0-rc.3 to 1.1.0-rc.4

4

dist/index.d.ts

@@ -1,2 +0,2 @@

declare type Measurable = {
type Measurable = {
getBoundingClientRect(): ClientRect;

@@ -14,4 +14,4 @@ };

callback: CallbackFn): () => void;
declare type CallbackFn = (rect: ClientRect) => void;
type CallbackFn = (rect: ClientRect) => void;
export { type Measurable, observeElementRect };
{
"name": "@radix-ui/rect",
"version": "1.1.0-rc.3",
"version": "1.1.0-rc.4",
"license": "MIT",

@@ -5,0 +5,0 @@ "exports": {

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