Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vx/bounds

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vx/bounds - npm Package Compare versions

Comparing version 0.0.197 to 0.0.198

7

lib/enhancers/withBoundingRects.d.ts

@@ -11,8 +11,8 @@ import React from 'react';

export declare type WithBoundingRectsProps = {
getRects: () => {
getRects?: () => {
rect: rectShape;
parentRect: rectShape;
};
rect: rectShape;
parentRect: rectShape;
rect?: rectShape;
parentRect?: rectShape;
};

@@ -51,2 +51,1 @@ export default function withBoundingRects<Props extends object = {}>(BaseComponent: React.ComponentType<Props>): {

export {};
//# sourceMappingURL=withBoundingRects.d.ts.map
import { WithBoundingRectsProps as WithBoundingRectsPropsType } from './enhancers/withBoundingRects';
export { default as withBoundingRects } from './enhancers/withBoundingRects';
export declare type WithBoundingRectsProps = WithBoundingRectsPropsType;
//# sourceMappingURL=index.d.ts.map
{
"name": "@vx/bounds",
"version": "0.0.197",
"version": "0.0.198",
"description": "Utilities to make your life with bounding boxes better",

@@ -41,3 +41,3 @@ "sideEffects": false,

},
"gitHead": "c56b64bfbedde9ca06255b2eeff84b52c49d57ea"
"gitHead": "4a418928be63a12834accbae246a69136c2e8c19"
}
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