vega-typings
Advanced tools
Comparing version 0.22.0 to 0.22.1
@@ -1,3 +0,3 @@ | ||
// TypeScript Version: 3.4 | ||
// TypeScript Version: 4.1 | ||
export * from './types'; |
{ | ||
"name": "vega-typings", | ||
"version": "0.22.0", | ||
"version": "0.22.1", | ||
"description": "Typings for Vega.", | ||
@@ -16,2 +16,3 @@ "types": "types", | ||
"format": "prettier $([ \"$CI\" = true ] && echo --check || echo --write) './**/*.{ts,tsx,js,json,css}'", | ||
"format-dataflow-tests": "prettier --write --ignore-path none tests/dataflow/*.ts", | ||
"build-tests": "./build-tests.sh", | ||
@@ -25,4 +26,3 @@ "pretest": "yarn build-tests", | ||
"vega-util": "^1.15.2" | ||
}, | ||
"gitHead": "774165e29850b66ec8b79ba52a7955f1ab936ea6" | ||
} | ||
} |
@@ -16,4 +16,4 @@ import { LoggerInterface } from 'vega-util'; | ||
// TODO | ||
export type Runtime = any; | ||
export { Runtime } from './runtime'; | ||
import { Runtime } from './runtime'; | ||
@@ -20,0 +20,0 @@ export const version: string; |
@@ -320,4 +320,4 @@ import { | ||
* | ||
* __Default value:__ `0` | ||
* @minimum 0 | ||
* __Default value:__ `0` | ||
*/ | ||
@@ -329,4 +329,4 @@ innerRadius?: number | SignalRef; | ||
* | ||
* __Default value:__ `0` | ||
* @minimum 0 | ||
* __Default value:__ `0` | ||
*/ | ||
@@ -333,0 +333,0 @@ outerRadius?: number | SignalRef; |
@@ -458,5 +458,5 @@ import { | ||
* The offset of the legend label. | ||
* @minimum 0 | ||
* | ||
* __Default value:__ `4`. | ||
* @minimum 0 | ||
*/ | ||
@@ -463,0 +463,0 @@ labelOffset?: NumberValue; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
149210
39
5083
3