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.5.4 to 0.5.5

5

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

@@ -22,4 +22,3 @@ "types": "types",

"vega-util": "^1.9.0"
},
"gitHead": "4e0c2e0b279a0c4e0ad00ee5377bd8685830c874"
}
}

4

README.md

@@ -6,5 +6,1 @@ # Vega-Typings

Typings for [Vega](https://github.com/vega/vega).
## Release Process
To release a new version, make sure that everything works. Then run `yarn version` and bump the version number.

@@ -58,3 +58,4 @@ import { Encodable, SignalRef, TextEncodeEntry } from '.';

F = TitleFrame | StringValue,
AN = AnchorValue
AN = AnchorValue,
O = TitleOrient | SignalRef
> {

@@ -128,3 +129,3 @@ /**

*/
orient?: TitleOrient | SignalRef;
orient?: O;
}
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