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.19 to 4.21.20

10

vis/index.d.ts

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

/**
* Remove the network from the DOM and remove all Hammer bindings and references.
* Remove the network from the DOM and remove all Hammer bindings and references.
*/

@@ -1146,3 +1146,3 @@ destroy(): void;

/**
* This method looks at the provided node and makes a cluster of it and all it's connected nodes.
* This method looks at the provided node and makes a cluster of it and all it's connected nodes.
* The behaviour can be customized by proving the options object.

@@ -1272,3 +1272,3 @@ * All options of this object are explained below.

/**
* Programatically enable the edit mode.
* Programatically enable the edit mode.
* Similar effect to pressing the edit button.

@@ -1285,3 +1285,3 @@ */

/**
* Go into addNode mode. Having edit mode or manipulation enabled is not required.
* Go into addNode mode. Having edit mode or manipulation enabled is not required.
* To get out of this mode, call disableEditMode().

@@ -1328,3 +1328,3 @@ * The callback functions defined in handlerFunctions still apply.

/**
* When using the vis.DataSet to load your nodes into the network,
* When using the vis.DataSet to load your nodes into the network,
* this method will put the X and Y positions of all nodes into that dataset.

@@ -1331,0 +1331,0 @@ * If you're loading your nodes from a database and have this dynamically coupled with the DataSet,

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

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

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -90,4 +90,4 @@ "type": "git",

},
"typesPublisherContentHash": "587919e25f5e719424e2bf2abc80cc02ba785732f773d7f787c2f97e0d4661c2",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "92e8ab7243ac1dd8edd8edb9be0104af27e5e545b7698e30714769f86414b3f3",
"typeScriptVersion": "3.0"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vis
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vis.
Additional Details
* Last updated: Mon, 19 Aug 2019 18:29:17 GMT
* Dependencies: @types/moment
* Global values: vis
### Additional Details
* Last updated: Fri, 15 May 2020 13:12:53 GMT
* Dependencies: [@types/moment](https://npmjs.com/package/@types/moment)
* 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>, dcop <https://github.com/dcop>, Avraham Essoudry <https://github.com/avrahamcool>, Dmitriy Trifonov <https://github.com/divideby>, Sam Welek <https://github.com/tiberiushunter>, and Slaven Tomac <https://github.com/slavede>.
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), [Avraham Essoudry](https://github.com/avrahamcool), [Dmitriy Trifonov](https://github.com/divideby), [Sam Welek](https://github.com/tiberiushunter), and [Slaven Tomac](https://github.com/slavede).

Sorry, the diff of this file is not supported yet

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