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.15.1 to 0.15.2

2

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

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

@@ -32,6 +32,2 @@ import {

export type ExcludeValueRefKeepSignal<T> =
| Exclude<T, ScaledValueRef<any> | NumericValueRef | ColorValueRef>
| KeepSignal<T>;
export type KeepSignal<T> = T extends SignalRef ? SignalRef : never;

@@ -43,3 +39,5 @@

export type ExcludeMappedValueRef<T> = {
[P in keyof T]: ExcludeValueRefKeepSignal<T[P]>;
[P in keyof T]:
| Exclude<T[P], ScaledValueRef<any> | NumericValueRef | ColorValueRef>
| KeepSignal<T[P]>;
};

@@ -46,0 +44,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