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.13 to 4.21.14

3

vis/index.d.ts

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

export type DateType = Date | number | string;
export type DirectionType = 'from' | 'to';
export type HeightWidthType = IdType;

@@ -1343,3 +1344,3 @@ export type TimelineItemType = 'box' | 'point' | 'range' | 'background';

*/
getConnectedNodes(nodeOrEdgeId: IdType): IdType[] | Array<{ fromId: IdType, toId: IdType }>;
getConnectedNodes(nodeOrEdgeId: IdType, direction?: DirectionType): IdType[] | Array<{ fromId: IdType, toId: IdType }>;

@@ -1346,0 +1347,0 @@ /**

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

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

},
"typesPublisherContentHash": "20cee5aa82ff09fbd8d33f1854d824df34db565e0dd0adcbed4155442b20da37",
"typesPublisherContentHash": "4d887a7ec574559b3a8183b383aa8fd1b87c8e003a3437b92e563032894459f1",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Tue, 16 Apr 2019 20:47:16 GMT
* Last updated: Thu, 18 Apr 2019 23:18:08 GMT
* Dependencies: @types/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