Socket
Socket
Sign inDemoInstall

vega-typings

Package Overview
Dependencies
Maintainers
6
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 1.2.0 to 1.3.0

LICENSE

10

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

@@ -19,3 +19,3 @@ "types": "types",

"pretest": "yarn build-tests",
"test": "yarn format && dtslint . --localTs ../../node_modules/typescript/lib && ts-json-schema-generator -p types/index.d.ts --type Spec > /dev/null"
"test": "yarn format && yarn tsd . && ts-json-schema-generator -p types/index.d.ts --type Spec > /dev/null"
},

@@ -29,4 +29,6 @@ "dependencies": {

"devDependencies": {
"ts-json-schema-generator": "^1.4.0"
}
"ts-json-schema-generator": "^1.4.0",
"tsd": "^0.31.0"
},
"gitHead": "940bd8882fd83eb4ee1f85281356905bf35480aa"
}

3

types/spec/scheme.d.ts

@@ -15,3 +15,4 @@ export type Categorical =

| 'tableau10'
| 'tableau20';
| 'tableau20'
| 'observable10';

@@ -18,0 +19,0 @@ export type SequentialSingleHue =

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