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.4 to 4.21.5

10

vis/index.d.ts

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

// Alex Soh <https://github.com/takato1314>
// Oleksii Kachura <https://github.com/alex-kachura>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -1695,3 +1696,3 @@

fixed?: boolean;
image?: string;
image?: string | Image;
shape?: string;

@@ -1765,2 +1766,7 @@ color?: string | Color;

export interface Image {
unselected?: string;
selected?: string;
}
export interface Color {

@@ -1825,3 +1831,3 @@ border?: string;

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

@@ -1828,0 +1834,0 @@ label?: string;

11

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

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

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

@@ -52,3 +57,3 @@ ],

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

@@ -59,4 +64,4 @@ "scripts": {},

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

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/vis
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vis
Additional Details
* Last updated: Tue, 08 May 2018 17:01:00 GMT
* Last updated: Thu, 31 May 2018 22:12:33 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>.
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>.
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