@vx/bounds
Advanced tools
Comparing version 0.0.197 to 0.0.198
@@ -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" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
12043
9