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.17.0 to 4.17.1

14

vis/index.d.ts

@@ -1571,9 +1571,9 @@ // Type definitions for vis.js 4.17

font?: string | {
color: string,
size: number, // px
face: string,
background: string,
strokeWidth: number, // px
strokeColor: string,
align: string,
color?: string,
size?: number, // px
face?: string,
background?: string,
strokeWidth?: number, // px
strokeColor?: string,
align?: string,
};

@@ -1580,0 +1580,0 @@

{
"name": "@types/vis",
"version": "4.17.0",
"version": "4.17.1",
"description": "TypeScript definitions for vis.js",

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

"peerDependencies": {},
"typesPublisherContentHash": "9698f02c917ea7ec13261c6a97f012c0d43b72e22942fa473827c8ceca872a36",
"typesPublisherContentHash": "c3dcf3c80e41f87ad2e9933324bc111e20f63cf714042058dcfc0c1ae7f09dca",
"typeScriptVersion": "2.0"
}

@@ -11,5 +11,4 @@ # Installation

Additional Details
* Last updated: Fri, 23 Dec 2016 14:14:48 GMT
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Wed, 11 Jan 2017 17:17:27 GMT
* Dependencies: none
* Global values: vis

@@ -16,0 +15,0 @@

{
"authors": "Michaël Bitard <https://github.com/MichaelBitard>, Adrian Caballero <https://github.com/adripanico>, Severin <https://github.com/seveves>, kaktus40 <https://github.com/kaktus40>, Matthieu Maitre <https://github.com/mmaitre314>",
"libraryDependencies": [],
"moduleDependencies": [],
"libraryMajorVersion": 4,
"libraryMinorVersion": 17,
"typeScriptVersion": "2.0",
"name": "vis",
"libraryName": "vis.js",
"typingsPackageName": "vis",
"projectName": "https://github.com/almende/vis",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "master",
"globals": [
"vis"
],
"declaredModules": [
"vis"
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "9698f02c917ea7ec13261c6a97f012c0d43b72e22942fa473827c8ceca872a36"
"data": {
"authors": "Michaël Bitard <https://github.com/MichaelBitard>, Adrian Caballero <https://github.com/adripanico>, Severin <https://github.com/seveves>, kaktus40 <https://github.com/kaktus40>, Matthieu Maitre <https://github.com/mmaitre314>",
"dependencies": {},
"libraryMajorVersion": 4,
"libraryMinorVersion": 17,
"typeScriptVersion": "2.0",
"libraryName": "vis.js",
"typingsPackageName": "vis",
"projectName": "https://github.com/almende/vis",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"globals": [
"vis"
],
"declaredModules": [
"vis/."
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "c3dcf3c80e41f87ad2e9933324bc111e20f63cf714042058dcfc0c1ae7f09dca"
},
"isLatest": true
}
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