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.2.0 to 6.2.1

27

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

@@ -45,4 +45,6 @@ "homepage": "http://visjs.org/",

"prepublishOnly": "npm run build",
"test": "BABEL_ENV=test mocha",
"test-cov": "BABEL_ENV=test-cov nyc mocha",
"test": "npm run test:coverage",
"test:coverage": "BABEL_ENV=test-cov nyc mocha",
"test:mutate": "BABEL_ENV=test stryker run",
"test:unit": "BABEL_ENV=test mocha",
"type-check": "tsc --noemit",

@@ -73,7 +75,13 @@ "version": "npm run contributors:update && git add package.json",

"@commitlint/config-conventional": "^8.1.0",
"@stryker-mutator/babel-transpiler": "^2.0.2",
"@stryker-mutator/core": "^2.0.2",
"@stryker-mutator/html-reporter": "^2.0.2",
"@stryker-mutator/mocha-framework": "^2.0.2",
"@stryker-mutator/mocha-runner": "^2.0.2",
"@stryker-mutator/typescript": "^2.0.2",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.7",
"@types/sinon": "^7.0.13",
"@typescript-eslint/eslint-plugin": "^1.12.0",
"@typescript-eslint/parser": "^1.12.0",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"babel-plugin-istanbul": "^5.1.4",

@@ -92,3 +100,3 @@ "chai": "^4.2.0",

"prettier": "^1.18.2",
"rimraf": "^2.6.3",
"rimraf": "^3.0.0",
"rollup": "^1.16.7",

@@ -99,5 +107,6 @@ "rollup-plugin-babel": "^4.3.3",

"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript2": "^0.22.0",
"rollup-plugin-typescript2": "^0.24.0",
"sinon": "^7.3.2",
"typedoc": "^0.14.2",
"stryker-cli": "^1.0.0",
"typedoc": "^0.15.0",
"typescript": "^3.5.3"

@@ -117,5 +126,5 @@ },

"Ludo Stellingwerff <ludo@almende.org>",
"Tomáš Vyčítal <tom.vycital@gmail.com>",
"Brendon Page <brendon.page@chillisoft.co.za>",
"Chris Jackson <chris@cd-jackson.com>",
"Tomáš Vyčítal <tom.vycital@gmail.com>",
"Brad Hards <bradh@frogmouth.net>",

@@ -122,0 +131,0 @@ "Dan Turkenkopf <dturkenk@gmail.com>",

# vis-data
[![Greenkeeper badge](https://badges.greenkeeper.io/visjs/vis-data.svg)](https://greenkeeper.io/)
This module is part of the [visjs project](https://github.com/visjs)

@@ -4,0 +6,0 @@

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 not supported yet

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

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