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

@vx/shape

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vx/shape - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

3

build/shapes/Line.js

@@ -46,4 +46,5 @@ 'use strict';

strokeWidth: stroke.width,
strokeDasharray: stroke.dasharray
strokeDasharray: stroke.dasharray,
transform: transform
});
}
{
"name": "@vx/shape",
"version": "0.0.15",
"version": "0.0.16",
"description": "vx shape",

@@ -11,3 +11,4 @@ "main": "build/index.js",

"scripts": {
"build": "make build SRC=./src"
"build": "make build SRC=./src",
"prepublish": "make build SRC=./src"
},

@@ -24,4 +25,4 @@ "keywords": [

"dependencies": {
"@vx/curve": "0.0.10",
"@vx/point": "0.0.10",
"@vx/curve": "^0.0.16",
"@vx/point": "^0.0.16",
"classnames": "^2.2.5",

@@ -28,0 +29,0 @@ "d3-shape": "^1.0.6",

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