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

@vx/brush

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vx/brush - npm Package Compare versions

Comparing version 0.0.197 to 0.0.198

16

lib/BaseBrush.d.ts

@@ -71,3 +71,3 @@ import React from 'react';

handles: () => Partial<{
bottom: {
left: {
x: number;

@@ -78,3 +78,3 @@ y: number;

};
left: {
right: {
x: number;

@@ -85,3 +85,3 @@ y: number;

};
right: {
top: {
x: number;

@@ -92,3 +92,3 @@ y: number;

};
top: {
bottom: {
x: number;

@@ -125,3 +125,3 @@ y: number;

corners: () => Partial<{
bottom: {
left: {
x: number;

@@ -132,3 +132,3 @@ y: number;

};
left: {
right: {
x: number;

@@ -139,3 +139,3 @@ y: number;

};
right: {
top: {
x: number;

@@ -146,3 +146,3 @@ y: number;

};
top: {
bottom: {
x: number;

@@ -149,0 +149,0 @@ y: number;

@@ -42,2 +42,1 @@ export declare type Point = {

}
//# sourceMappingURL=types.d.ts.map

@@ -12,2 +12,1 @@ import { Scale } from './types';

};
//# sourceMappingURL=utils.d.ts.map
{
"name": "@vx/brush",
"version": "0.0.197",
"version": "0.0.198",
"description": "vx brush",

@@ -36,9 +36,9 @@ "sideEffects": false,

"dependencies": {
"@vx/drag": "0.0.197",
"@vx/group": "0.0.197",
"@vx/shape": "0.0.197",
"@vx/drag": "0.0.198",
"@vx/group": "0.0.198",
"@vx/shape": "0.0.198",
"classnames": "^2.2.5",
"prop-types": "^15.6.1"
},
"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