Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vis-data

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vis-data - npm Package Compare versions

Comparing version 6.3.5 to 6.4.0

15

dist/types/data-view.d.ts

@@ -82,2 +82,8 @@ import { DataInterface, DataInterfaceForEachOptions, DataInterfaceGetIdsOptions, DataInterfaceGetOptions, DataInterfaceGetOptionsArray, DataInterfaceGetOptionsObject, DataInterfaceMapOptions, FullItem, Id, PartItem } from "./data-interface";

* @param data - The instance containing data (directly or indirectly).
*
* @remarks
* Note that when the data view is bound to a data set it won't be garbage
* collected unless the data set is too. Use `dataView.setData(null)` or
* `dataView.dispose()` to enable garbage collection before you lose the last
* reference.
*/

@@ -127,2 +133,11 @@ setData(data: DataInterface<Item, IdProp>): void;

/**
* Render the instance unusable prior to garbage collection.
*
* @remarks
* The intention of this method is to help discover scenarios where the data
* view is being used when the programmer thinks it has been garbage collected
* already. It's stricter version of `dataView.setData(null)`.
*/
dispose(): void;
/**
* Event listener. Will propagate all events from the connected data set to the subscribers of the DataView, but will filter the items and only trigger when there are changes in the filtered data set.

@@ -129,0 +144,0 @@ *

84

package.json
{
"name": "vis-data",
"version": "6.3.5",
"version": "6.4.0",
"description": "Manage unstructured data using DataSet. Add, update, and remove data, and listen for changes in the data.",

@@ -60,3 +60,2 @@ "homepage": "http://visjs.org/",

"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged",

@@ -67,16 +66,14 @@ "pre-push": "npm test"

"optionalDependencies": {
"vis-util": "2.0.1",
"vis-uuid": "1.1.3"
"vis-util": "2.1.0",
"vis-uuid": "1.1.4"
},
"devDependencies": {
"@babel/core": "7.8.0",
"@babel/plugin-proposal-class-properties": "7.8.0",
"@babel/core": "7.8.4",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.8.2",
"@babel/preset-typescript": "7.7.7",
"@babel/preset-env": "7.8.4",
"@babel/preset-typescript": "7.8.3",
"@babel/register": "7.8.3",
"@babel/runtime": "7.8.3",
"@babel/runtime-corejs3": "7.8.0",
"@commitlint/cli": "8.3.5",
"@commitlint/config-conventional": "8.3.4",
"@babel/runtime": "7.8.4",
"@babel/runtime-corejs3": "7.8.4",
"@stryker-mutator/babel-transpiler": "2.5.0",

@@ -88,4 +85,4 @@ "@stryker-mutator/core": "2.5.0",

"@stryker-mutator/typescript": "2.5.0",
"@types/chai": "4.2.5",
"@types/mocha": "5.2.7",
"@types/chai": "4.2.9",
"@types/mocha": "7.0.1",
"@types/sinon": "7.5.1",

@@ -97,8 +94,8 @@ "@typescript-eslint/eslint-plugin": "2.9.0",

"eslint": "6.8.0",
"eslint-config-prettier": "6.7.0",
"eslint-plugin-prettier": "3.1.1",
"git-authors-cli": "1.0.18",
"husky": "4.0.9",
"lint-staged": "9.5.0",
"mocha": "6.2.2",
"eslint-config-prettier": "6.10.0",
"eslint-plugin-prettier": "3.1.2",
"git-authors-cli": "1.0.21",
"husky": "4.2.3",
"lint-staged": "10.0.7",
"mocha": "7.0.1",
"moment": "2.24.0",

@@ -108,4 +105,4 @@ "nyc": "15.0.0",

"prettier": "1.19.1",
"rimraf": "3.0.0",
"rollup": "1.27.14",
"rimraf": "3.0.2",
"rollup": "1.31.1",
"rollup-plugin-babel": "4.3.3",

@@ -115,10 +112,10 @@ "rollup-plugin-banner": "0.2.1",

"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-typescript2": "0.25.2",
"sinon": "8.1.0",
"rollup-plugin-typescript2": "0.26.0",
"sinon": "8.1.1",
"stryker-cli": "1.0.0",
"typedoc": "0.16.0",
"typescript": "3.7.2",
"typedoc": "0.16.10",
"typescript": "3.7.5",
"vis-dev-utils": "2.1.0",
"vis-util": "2.0.1",
"vis-uuid": "1.1.3"
"vis-util": "2.1.0",
"vis-uuid": "1.1.4"
},

@@ -131,60 +128,31 @@ "collective": {

"jos <wjosdejong@gmail.com>",
"Alex de Mulder <alexdemulder@gmail.com>",
"Alexander Wunschik <alex@wunschik.net>",
"Yotam Berkowitz <yotamberk@gmail.com>",
"wimrijnders <wrijnders@gmail.com>",
"Eric Gillingham <Gillingham@bikezen.net>",
"Tomáš Vyčítal <tom.vycital@gmail.com>",
"Ludo Stellingwerff <ludo@almende.org>",
"Brendon Page <brendon.page@chillisoft.co.za>",
"Chris Jackson <chris@cd-jackson.com>",
"Brad Hards <bradh@frogmouth.net>",
"Dan Turkenkopf <dturkenk@gmail.com>",
"Tim Pettersen <tim@atlassian.com>",
"Coleman Kane <ckane@colemankane.org>",
"David Anderson <eymiha@gmail.com>",
"Felix Hayashi <ninshinobi@msn.com>",
"Jos de Jong <jos@almende.org>",
"Rene Heindl <Rene.Heindl@goeg.at>",
"Zuko Mgwili <zuko.mgwili@chillisoft.co.za>",
"Oleg Yapparov <oleg.yapparov@gmail.com>",
"Brandon Mills <mills.brandont@gmail.com>",
"Chris Dituri <csdituri@gmail.com>",
"Fedor Tirsel <ftirsel@redhat.com>",
"Martin Fischer <Arthur.Spooner@gmail.com>",
"Måns Beckman <mans_beckman@mans-beckmans-macbook.local>",
"Scott Fairgrieve <scottfairgrieve@sfairgrieve-osx.local>",
"Unto Kuuranne <unto.kuuranne@aalto.fi>",
"mdxs <van.wijgerden@mdxs.net>",
"Anton Zering <info@sublink.de>",
"AlexVangelov <email@data.bg>",
"Artem Sapegin <artem@sapegin.ru>",
"Ben Morton <ben.morton91@gmail.com>",
"CapitanMorgan <msmorga1@gmail.com>",
"Dilek Üzülmez Taş <dilekuzulmez@gmail.com>",
"Dinis Cruz <dinis@ddplus.net>",
"Greg Kubisa <gkubisa@gmail.com>",
"Gregor Weber <gregorwbr@gmail.com>",
"Ivo Silva <knokit@gmail.com>",
"Javier Rey <javirey@gmail.com>",
"Jeroen Coumans <jeroencoumans@gmail.com>",
"JonathanGeoffroy <geoffroy.jonathan@gmail.com>",
"Josh Gruenberg <jgrue@bn.co>",
"Kelvin Del Monte <kdelmonten@gmail.com>",
"Marlos Dantas <dantas_marlos@apple.com>",
"Maxime Douailin <maxime.douailin@gmail.com>",
"Philippe Mimms <pmimms@novetta.com>",
"René Philipp Heindl <dude9177@gmail.com>",
"The Gitter Badger <badger@gitter.im>",
"Vincent Lecrubier <vincent.lecrubier@gmail.com>",
"Yaroslav Nechaev <remper@me.com>",
"Yuxuan (Tim) Hong <hongyuxuan@gmail.com>",
"bertolds <daniel.bertolini@dematic.com>",
"dockstreet <omarbkhan@yahoo.com>",
"easleydp <easleydp@gmail.com>",
"fabriziofortino <fabrizio.fortino@gmail.com>",
"justinharrell <jharrell@aciss.com>",
"maik <mauksan@gmail.com>",
"oliver <oliver@werklaptop2.(none)>"
"maik <mauksan@gmail.com>"
]
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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