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

victory-zoom-container

Package Overview
Dependencies
Maintainers
26
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-zoom-container - npm Package Compare versions

Comparing version 36.5.2 to 36.5.3

33

es/index.d.ts

@@ -25,1 +25,34 @@ import * as React from "react";

> {}
export const RawZoomHelpers: {
checkDomainEquality(a, b): any;
scale(currentDomain, evt, props, axis): any;
getScaledDomain(currentDomain, factor, percent): any;
getMinimumDomain(point, props, axis): any;
zoommingOut(evt): any;
getScaleFactor(evt): any;
getScalePercent(evt, props, axis): any;
getPosition(evt, props, originalDomain): any;
pan(currentDomain, originalDomain, delta): any;
getDomainScale(domain, scale, axis): any;
handleAnimation(ctx): any;
getLastDomain(targetProps, originalDomain): any;
getDomain(props): any;
onMouseDown(evt, targetProps): any;
onMouseUp(evt, targetProps): any;
onMouseLeave(evt, targetProps): any;
onMouseMove(evt, targetProps, eventKey, ctx): any;
onWheel(evt, targetProps, eventKey, ctx): any;
};
export const ZoomHelpers: Pick<
RawZoomHelpers,
| "checkDomainEquality"
| "onMouseDown"
| "onMouseUp"
| "onMouseLeave"
| "onMouseMove"
| "onWheel"
>;
export const zoomContainerMixin: (base: Function) => Function;

@@ -25,1 +25,34 @@ import * as React from "react";

> {}
export const RawZoomHelpers: {
checkDomainEquality(a, b): any;
scale(currentDomain, evt, props, axis): any;
getScaledDomain(currentDomain, factor, percent): any;
getMinimumDomain(point, props, axis): any;
zoommingOut(evt): any;
getScaleFactor(evt): any;
getScalePercent(evt, props, axis): any;
getPosition(evt, props, originalDomain): any;
pan(currentDomain, originalDomain, delta): any;
getDomainScale(domain, scale, axis): any;
handleAnimation(ctx): any;
getLastDomain(targetProps, originalDomain): any;
getDomain(props): any;
onMouseDown(evt, targetProps): any;
onMouseUp(evt, targetProps): any;
onMouseLeave(evt, targetProps): any;
onMouseMove(evt, targetProps, eventKey, ctx): any;
onWheel(evt, targetProps, eventKey, ctx): any;
};
export const ZoomHelpers: Pick<
RawZoomHelpers,
| "checkDomainEquality"
| "onMouseDown"
| "onMouseUp"
| "onMouseLeave"
| "onMouseMove"
| "onWheel"
>;
export const zoomContainerMixin: (base: Function) => Function;

6

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

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

"prop-types": "^15.8.1",
"victory-core": "^36.5.2"
"victory-core": "^36.5.3"
},

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

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

@@ -25,1 +25,34 @@ import * as React from "react";

> {}
export const RawZoomHelpers: {
checkDomainEquality(a, b): any;
scale(currentDomain, evt, props, axis): any;
getScaledDomain(currentDomain, factor, percent): any;
getMinimumDomain(point, props, axis): any;
zoommingOut(evt): any;
getScaleFactor(evt): any;
getScalePercent(evt, props, axis): any;
getPosition(evt, props, originalDomain): any;
pan(currentDomain, originalDomain, delta): any;
getDomainScale(domain, scale, axis): any;
handleAnimation(ctx): any;
getLastDomain(targetProps, originalDomain): any;
getDomain(props): any;
onMouseDown(evt, targetProps): any;
onMouseUp(evt, targetProps): any;
onMouseLeave(evt, targetProps): any;
onMouseMove(evt, targetProps, eventKey, ctx): any;
onWheel(evt, targetProps, eventKey, ctx): any;
};
export const ZoomHelpers: Pick<
RawZoomHelpers,
| "checkDomainEquality"
| "onMouseDown"
| "onMouseUp"
| "onMouseLeave"
| "onMouseMove"
| "onWheel"
>;
export const zoomContainerMixin: (base: Function) => Function;
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