New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vis-util

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-util - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

17

declarations/shared/configurator-types.d.ts

@@ -31,9 +31,14 @@ interface OptionsType {

* slider.
*
* @remarks
* ```typescript
* readonly [
* initialValue: number,
* min: number,
* max: number,
* step: number
* ]
* ```
*/
declare type NumberInput = readonly [
initialValue: number,
min: number,
max: number,
step: number
];
declare type NumberInput = readonly [number, number, number, number];
/** Translations for people with poor understanding of TypeScript: the first

@@ -40,0 +45,0 @@ * value always has to be a string but never `"color"`, the rest can be any

@@ -7,4 +7,4 @@ /**

*
* @version 5.0.1
* @date 2021-01-08T16:32:03.971Z
* @version 5.0.2
* @date 2021-02-06T21:33:57.447Z
*

@@ -11,0 +11,0 @@ * @copyright (c) 2011-2017 Almende B.V, http://almende.com

@@ -7,4 +7,4 @@ /**

*
* @version 5.0.1
* @date 2021-01-08T16:32:03.971Z
* @version 5.0.2
* @date 2021-02-06T21:33:57.447Z
*

@@ -11,0 +11,0 @@ * @copyright (c) 2011-2017 Almende B.V, http://almende.com

{
"name": "vis-util",
"version": "5.0.1",
"version": "5.0.2",
"description": "utilitie collection for visjs",

@@ -102,14 +102,14 @@ "browser": "peer/umd/vis-util.min.js",

"@types/mocha": "8.2.0",
"@types/node": "13.13.39",
"@types/node": "13.13.41",
"@types/sinon": "9.0.10",
"assert": "2.0.0",
"chai": "4.2.0",
"check-dts": "0.4.1",
"chai": "4.3.0",
"check-dts": "0.4.4",
"component-emitter": "1.3.0",
"eslint": "7.17.0",
"git-authors-cli": "1.0.32",
"husky": "4.3.7",
"eslint": "7.19.0",
"git-authors-cli": "1.0.33",
"husky": "4.3.8",
"jsdom": "16.4.0",
"jsdom-global": "3.0.2",
"lint-staged": "10.5.3",
"lint-staged": "10.5.4",
"mocha": "8.2.1",

@@ -120,11 +120,11 @@ "npm-run-all": "4.1.5",

"rimraf": "3.0.2",
"rollup": "2.36.1",
"rollup": "2.38.5",
"sazerac": "2.0.0",
"semantic-release": "17.3.1",
"sinon": "9.2.3",
"snap-shot-it": "7.9.3",
"typedoc": "0.20.13",
"semantic-release": "17.3.7",
"sinon": "9.2.4",
"snap-shot-it": "7.9.4",
"typedoc": "0.20.22",
"typescript": "4.1.3",
"vis-dev-utils": "2.9.4"
"vis-dev-utils": "2.9.16"
}
}

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 too big to display

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 too big to display

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

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 too big to display

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

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 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