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

vis-graph3d

Package Overview
Dependencies
Maintainers
4
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vis-graph3d - npm Package Compare versions

Comparing version 5.8.0 to 5.9.0

declarations/entry-esnext.d.ts

62

package.json
{
"name": "vis-graph3d",
"version": "5.8.0",
"version": "5.9.0",
"description": "Create interactive, animated 3d graphs. Surfaces, lines, dots and block styling out of the box.",
"main": "dist/vis-graph3d.min.js",
"module": "dist/esm.js",
"browser": "peer/umd/vis-graph3d.min.js",
"jsnext": "esnext/esm/vis-graph3d.js",
"main": "peer/umd/vis-graph3d.js",
"module": "peer/esm/vis-graph3d.js",
"types": "declarations/index.d.ts",
"homepage": "https://visjs.github.io/vis-graph3d/",

@@ -31,8 +34,13 @@ "license": "(Apache-2.0 OR MIT)",

"files": [
"**/*"
"declarations",
"dist",
"esnext",
"peer",
"standalone",
"styles"
],
"scripts": {
"test": "BABEL_ENV=test mocha --exit --require @babel/register",
"test-cov": "BABEL_ENV=test-cov nyc --reporter=lcov mocha --exit --require @babel/register",
"js:graph3d": "rollup --config rollup.config.js",
"test": "BABEL_ENV=test mocha --exit --require vis-dev-utils/babel-register",
"test-cov": "BABEL_ENV=test-cov nyc --reporter=lcov mocha --exit --require vis-dev-utils/babel-register",
"js:graph3d": "rollup --config rollup.build.js && rollup --config rollup.config.js",
"build": "npm run js:graph3d",

@@ -54,11 +62,10 @@ "watch": "rollup --watch --config rollup.config.js",

},
"dependencies": {
"emitter-component": "1.1.1",
"hammerjs": "2.0.8",
"keycharm": "0.3.1",
"moment": "2.24.0",
"propagating-hammerjs": "1.4.7",
"timsort": "0.3.0",
"vis-data": "6.4.1",
"vis-util": "3.0.0"
"peerDependencies": {
"component-emitter": "^1.3.0",
"hammerjs": "^2.0.0",
"keycharm": "^0.2.0",
"moment": "^2.24.0",
"propagating-hammerjs": "^1.4.0",
"vis-data": "^6.2.0",
"vis-util": "^3.0.0"
},

@@ -70,25 +77,46 @@ "devDependencies": {

"@babel/preset-env": "7.9.0",
"@babel/preset-typescript": "7.8.3",
"@babel/register": "7.9.0",
"@babel/runtime-corejs3": "7.9.2",
"@commitlint/cli": "8.1.0",
"@commitlint/config-conventional": "8.1.0",
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-json": "4.0.2",
"@rollup/plugin-node-resolve": "7.1.1",
"@rollup/plugin-strip": "1.3.2",
"babel-plugin-css-modules-transform": "1.6.2",
"babel-plugin-istanbul": "6.0.0",
"component-emitter": "1.3.0",
"core-js": "3.6.4",
"eslint": "6.8.0",
"git-authors-cli": "1.0.24",
"hammerjs": "2.0.8",
"husky": "4.2.3",
"jsdom": "16.2.2",
"jsdom-global": "3.0.2",
"keycharm": "0.3.1",
"lint-staged": "10.1.2",
"mocha": "7.1.1",
"moment": "2.24.0",
"nyc": "15.0.1",
"opencollective": "1.0.3",
"postcss-assets": "5.0.0",
"prettier": "2.0.2",
"propagating-hammerjs": "1.4.7",
"rimraf": "3.0.2",
"rollup": "2.3.3",
"rollup-plugin-analyzer": "3.2.2",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-copy": "3.3.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-postcss": "2.0.6",
"rollup-plugin-terser": "5.3.0",
"rollup-plugin-typescript2": "0.25.3",
"semantic-release": "17.0.4",
"sinon": "9.0.1",
"test-console": "1.1.0",
"vis-dev-utils": "2.1.0"
"vis-data": "6.5.0",
"vis-dev-utils": "2.2.3",
"vis-util": "4.0.0"
},

@@ -95,0 +123,0 @@ "collective": {

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