Comparing version 0.0.197 to 0.0.198
@@ -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" | ||
} |
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
114259
33
2808
+ Added@vx/curve@0.0.198(transitive)
+ Added@vx/drag@0.0.198(transitive)
+ Added@vx/event@0.0.198(transitive)
+ Added@vx/group@0.0.198(transitive)
+ Added@vx/point@0.0.198(transitive)
+ Added@vx/shape@0.0.198(transitive)
- Removed@vx/curve@0.0.197(transitive)
- Removed@vx/drag@0.0.197(transitive)
- Removed@vx/event@0.0.197(transitive)
- Removed@vx/group@0.0.197(transitive)
- Removed@vx/point@0.0.197(transitive)
- Removed@vx/shape@0.0.197(transitive)
Updated@vx/drag@0.0.198
Updated@vx/group@0.0.198
Updated@vx/shape@0.0.198