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

victory-brush-container

Package Overview
Dependencies
Maintainers
26
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-brush-container - npm Package Compare versions

Comparing version 36.5.2 to 36.5.3

21

es/index.d.ts

@@ -35,1 +35,22 @@ import * as React from "react";

> {}
export const BrushHelpers: {
getDimension(props): any;
withinBounds(point, bounds, padding): any;
getDomainBox(props, fullDomain, selectedDomain): any;
getHandles(props, domainBox): any;
getActiveHandles(point, props, domainBox): any;
getResizeMutation(box, handles): any;
getMinimumDomain(): any;
getDefaultBrushArea(targetProps, cachedDomain, evt): any;
getSelectionMutation(point, box, brushDimension): any;
panBox(props, point): any;
constrainBox(box, fullDomainBox): any;
constrainPoint(point, fullDomainBox): any;
hasMoved(props): any;
onMouseDown(evt, targetProps): any;
onGlobalMouseMove(evt, targetProps): any;
onGlobalMouseUp(evt, targetProps): any;
};
export function brushContainerMixin<T>(Component: T): Component;

@@ -35,1 +35,22 @@ import * as React from "react";

> {}
export const BrushHelpers: {
getDimension(props): any;
withinBounds(point, bounds, padding): any;
getDomainBox(props, fullDomain, selectedDomain): any;
getHandles(props, domainBox): any;
getActiveHandles(point, props, domainBox): any;
getResizeMutation(box, handles): any;
getMinimumDomain(): any;
getDefaultBrushArea(targetProps, cachedDomain, evt): any;
getSelectionMutation(point, box, brushDimension): any;
panBox(props, point): any;
constrainBox(box, fullDomainBox): any;
constrainPoint(point, fullDomainBox): any;
hasMoved(props): any;
onMouseDown(evt, targetProps): any;
onGlobalMouseMove(evt, targetProps): any;
onGlobalMouseUp(evt, targetProps): any;
};
export function brushContainerMixin<T>(Component: T): Component;

6

package.json
{
"name": "victory-brush-container",
"version": "36.5.2",
"version": "36.5.3",
"description": "Interactive Brush Component for Victory",

@@ -25,3 +25,3 @@ "keywords": [

"react-fast-compare": "^3.2.0",
"victory-core": "^36.5.2"
"victory-core": "^36.5.3"
},

@@ -35,3 +35,3 @@ "peerDependencies": {

"sideEffects": false,
"gitHead": "def218e9749ecafc159ef458dd03a8b92e227666"
"gitHead": "55338af3c57eacca5956e53c08a58e47ba41d01e"
}

@@ -35,1 +35,22 @@ import * as React from "react";

> {}
export const BrushHelpers: {
getDimension(props): any;
withinBounds(point, bounds, padding): any;
getDomainBox(props, fullDomain, selectedDomain): any;
getHandles(props, domainBox): any;
getActiveHandles(point, props, domainBox): any;
getResizeMutation(box, handles): any;
getMinimumDomain(): any;
getDefaultBrushArea(targetProps, cachedDomain, evt): any;
getSelectionMutation(point, box, brushDimension): any;
panBox(props, point): any;
constrainBox(box, fullDomainBox): any;
constrainPoint(point, fullDomainBox): any;
hasMoved(props): any;
onMouseDown(evt, targetProps): any;
onGlobalMouseMove(evt, targetProps): any;
onGlobalMouseUp(evt, targetProps): any;
};
export function brushContainerMixin<T>(Component: T): Component;
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