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.18.6 to 4.18.7

30

vis/index.d.ts

@@ -1786,2 +1786,3 @@ // Type definitions for vis.js 4.18

shape?: string;
color?: string | Color;
}

@@ -1852,2 +1853,18 @@

export interface Color {
border?: string;
background?: string;
highlight?: string | {
border?: string;
background?: string;
};
hover?: string | {
border?: string;
background?: string;
};
}
export interface NodeOptions {

@@ -1860,14 +1877,3 @@ borderWidth?: number;

color?: {
border?: string,
background?: string,
highlight?: string | {
border?: string,
background?: string,
},
hover?: string | {
border?: string,
background?: string,
}
};
color?: Color;

@@ -1874,0 +1880,0 @@ fixed?: boolean | {

4

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

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

},
"typesPublisherContentHash": "ef9f0c78007c22b4dd5a5101bef5ab4e152b90e37c81d159eedb848f3eaa36dc",
"typesPublisherContentHash": "c88390efa2fe6f0e35b16f5e0391979094dc0d564c41f7a2351bc7de608a7d43",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Tue, 03 Oct 2017 17:58:33 GMT
* Last updated: Tue, 17 Oct 2017 16:09:51 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