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.5 to 4.21.6

21

vis/index.d.ts

@@ -12,2 +12,3 @@ // Type definitions for vis.js 4.21

// Oleksii Kachura <https://github.com/alex-kachura>
// dcop <https://github.com/dcop>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -1689,15 +1690,7 @@

export interface Node {
group?: string;
export interface Node extends NodeOptions {
id?: IdType;
label?: string;
x?: number;
y?: number;
fixed?: boolean;
image?: string | Image;
shape?: string;
color?: string | Color;
}
export interface Edge {
export interface Edge extends EdgeOptions {
from?: IdType;

@@ -1828,4 +1821,2 @@ to?: IdType;

id?: string;
image?: string | Image;

@@ -1912,4 +1903,2 @@

from?: number | string;
hidden?: boolean;

@@ -1919,4 +1908,2 @@

id?: string;
label?: string;

@@ -1947,4 +1934,2 @@

to?: number | string;
value?: number;

@@ -1951,0 +1936,0 @@

9

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

@@ -51,2 +51,7 @@ "license": "MIT",

"githubUsername": "alex-kachura"
},
{
"name": "dcop",
"url": "https://github.com/dcop",
"githubUsername": "dcop"
}

@@ -63,4 +68,4 @@ ],

},
"typesPublisherContentHash": "f71d0aff9ffa14e4017d16183568f46ca39c39cdfbcc07a62f6ef70ce435d4c3",
"typesPublisherContentHash": "b48ec5ba2ca30f2e7e1b131aca08c9f0f0ec03d08f47853c003f70df60fc2d68",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Thu, 31 May 2018 22:12:33 GMT
* Last updated: Wed, 25 Jul 2018 01:26:51 GMT
* Dependencies: moment

@@ -17,2 +17,2 @@ * Global values: vis

# Credits
These definitions were written by Michaël Bitard <https://github.com/MichaelBitard>, MacLeod Broad <https://github.com/macleodbroad-wf>, Adrian Caballero <https://github.com/adripanico>, Severin <https://github.com/seveves>, kaktus40 <https://github.com/kaktus40>, Matthieu Maitre <https://github.com/mmaitre314>, Adam Lewis <https://github.com/supercargo>, Alex Soh <https://github.com/takato1314>, Oleksii Kachura <https://github.com/alex-kachura>.
These definitions were written by Michaël Bitard <https://github.com/MichaelBitard>, MacLeod Broad <https://github.com/macleodbroad-wf>, Adrian Caballero <https://github.com/adripanico>, Severin <https://github.com/seveves>, kaktus40 <https://github.com/kaktus40>, Matthieu Maitre <https://github.com/mmaitre314>, Adam Lewis <https://github.com/supercargo>, Alex Soh <https://github.com/takato1314>, Oleksii Kachura <https://github.com/alex-kachura>, dcop <https://github.com/dcop>.
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