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

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.14.1 to 0.14.2

2

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

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

@@ -18,2 +18,3 @@ import {

import {
Blend,
ColorValueRef,

@@ -140,2 +141,9 @@ Gradient,

/**
* The color blend mode for drawing an item on its current background. Any valid [CSS mix-blend-mode](https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode) value can be used.
*
* __Default value: `"source-over"`
*/
blend?: Blend;
// ---------- Stroke Style ----------

@@ -142,0 +150,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