Socket
Socket
Sign inDemoInstall

vega-typings

Package Overview
Dependencies
Maintainers
4
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vega-typings - npm Package Compare versions

Comparing version 0.15.3 to 0.15.4

2

package.json
{
"name": "vega-typings",
"version": "0.15.3",
"version": "0.15.4",
"description": "Typings for Vega.",

@@ -5,0 +5,0 @@ "types": "types",

@@ -403,35 +403,35 @@ import {

/**
* The radius in pixels of rounded rectangle or arc corners.
* The radius in pixels of rounded rectangles or arcs' corners.
*
* __Default value:__ `0`
*/
cornerRadius?: number;
cornerRadius?: number | SignalRef;
/**
* The radius in pixels of rounded rectangle top right corner.
* The radius in pixels of rounded rectangles' top right corner.
*
* __Default value:__ `0`
*/
cornerRadiusTopLeft?: number;
cornerRadiusTopLeft?: number | SignalRef;
/**
* The radius in pixels of rounded rectangle top left corner.
* The radius in pixels of rounded rectangles' top left corner.
*
* __Default value:__ `0`
*/
cornerRadiusTopRight?: number;
cornerRadiusTopRight?: number | SignalRef;
/**
* The radius in pixels of rounded rectangle bottom right corner.
* The radius in pixels of rounded rectangles' bottom right corner.
*
* __Default value:__ `0`
*/
cornerRadiusBottomRight?: number;
cornerRadiusBottomRight?: number | SignalRef;
/**
* The radius in pixels of rounded rectangle bottom left corner.
* The radius in pixels of rounded rectangles' bottom left corner.
*
* __Default value:__ `0`
*/
cornerRadiusBottomLeft?: number;
cornerRadiusBottomLeft?: number | SignalRef;
}

@@ -438,0 +438,0 @@

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