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

victory-brush-line

Package Overview
Dependencies
Maintainers
16
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-brush-line - npm Package Compare versions

Comparing version 36.8.5 to 36.8.6

6

CHANGELOG.md
# victory-brush-line
## 36.8.6
### Patch Changes
- Migrate victory-native to TypeScript ([#2739](https://github.com/FormidableLabs/victory/pull/2739))
## 36.8.5

@@ -4,0 +10,0 @@

6

es/victory-brush-line.d.ts

@@ -32,3 +32,3 @@ import React from "react";

}
export declare class VictoryBrushLine extends React.Component<VictoryBrushLineProps> {
export declare class VictoryBrushLine<T extends VictoryBrushLineProps> extends React.Component<T> {
static propTypes: {

@@ -151,3 +151,3 @@ allowDrag: PropTypes.Requireable<boolean>;

}[];
onMouseUp(evt: any, targetProps: any): {
onMouseUp: (evt: any, targetProps: any) => {
mutation: () => {

@@ -162,3 +162,3 @@ isPanning: boolean;

}[];
onMouseLeave(evt: any, targetProps: any): {
onMouseLeave: (evt: any, targetProps: any) => {
mutation: () => {

@@ -165,0 +165,0 @@ isPanning: boolean;

@@ -32,3 +32,3 @@ import React from "react";

}
export declare class VictoryBrushLine extends React.Component<VictoryBrushLineProps> {
export declare class VictoryBrushLine<T extends VictoryBrushLineProps> extends React.Component<T> {
static propTypes: {

@@ -151,3 +151,3 @@ allowDrag: PropTypes.Requireable<boolean>;

}[];
onMouseUp(evt: any, targetProps: any): {
onMouseUp: (evt: any, targetProps: any) => {
mutation: () => {

@@ -162,3 +162,3 @@ isPanning: boolean;

}[];
onMouseLeave(evt: any, targetProps: any): {
onMouseLeave: (evt: any, targetProps: any) => {
mutation: () => {

@@ -165,0 +165,0 @@ isPanning: boolean;

{
"name": "victory-brush-line",
"version": "36.8.5",
"version": "36.8.6",
"description": "Interactive Brush Line Component for Victory",

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

"react-fast-compare": "^3.2.0",
"victory-core": "^36.8.5"
"victory-core": "^36.8.6"
},

@@ -29,0 +29,0 @@ "peerDependencies": {

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