Socket
Socket
Sign inDemoInstall

@types/vis

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/vis - npm Package Compare versions

Comparing version 4.21.1 to 4.21.2

20

vis/index.d.ts

@@ -1796,2 +1796,8 @@ // Type definitions for vis.js 4.21

align?: string,
vadjust?: string,
multi?: string,
bold?: string | FontOptions,
ital?: string | FontOptions,
boldital?: string | FontOptions,
mono?: string | FontOptions,
};

@@ -1885,2 +1891,8 @@

align?: string,
vadjust?: string,
multi?: string,
bold?: string | FontOptions,
ital?: string | FontOptions,
boldital?: string | FontOptions,
mono?: string | FontOptions,
};

@@ -1928,2 +1940,10 @@

export interface FontOptions {
color?: string;
size?: number;
face?: string;
mod?: string;
vadjust?: string;
}
export interface OptionsScaling {

@@ -1930,0 +1950,0 @@ min?: number;

4

vis/package.json
{
"name": "@types/vis",
"version": "4.21.1",
"version": "4.21.2",
"description": "TypeScript definitions for vis.js",

@@ -57,4 +57,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "51775bc1b4f282ffbe519f644b402369c74c86196dca99c81efcf520d34c630b",
"typesPublisherContentHash": "3b6987a7eaac9533f28c381f96ceb7814210c17aaaba715f07c5659946349e2d",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 07 Feb 2018 23:34:51 GMT
* Last updated: Thu, 22 Mar 2018 21:28:50 GMT
* Dependencies: moment

@@ -14,0 +14,0 @@ * Global values: vis

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