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

@visx/shape

Package Overview
Dependencies
Maintainers
4
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@visx/shape - npm Package Compare versions

Comparing version 1.3.0-alpha.0 to 1.3.0

2

lib/shapes/Polygon.d.ts

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

side: number;
} & Pick<PolygonProps, "rotate" | "sides" | "size" | "center">) => {
} & Pick<PolygonProps, "center" | "size" | "rotate" | "sides">) => {
x: number;

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

{
"name": "@visx/shape",
"version": "1.3.0-alpha.0",
"version": "1.3.0",
"description": "visx shape",

@@ -31,3 +31,3 @@ "sideEffects": false,

"@visx/group": "1.0.0",
"@visx/scale": "^1.3.0-alpha.0",
"@visx/scale": "1.3.0",
"classnames": "^2.2.5",

@@ -49,3 +49,3 @@ "d3-path": "^1.0.5",

},
"gitHead": "d11b08238456bf5031df5da238d2bafa0d062316"
"gitHead": "e21575a6eef9b7b9a84a19c755a308c4541235c4"
}
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