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

ngraph.three

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngraph.three - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

2

index.js

@@ -1,2 +0,2 @@

var THREE = require('./lib/three');
var THREE = require('three');

@@ -3,0 +3,0 @@ module.exports = function (graph, settings) {

@@ -5,3 +5,3 @@ /**

*/
var THREE = require('./three');
var THREE = require('three');

@@ -8,0 +8,0 @@ /**

{
"name": "ngraph.three",
"version": "0.0.14",
"version": "0.0.15",
"description": "3D graph rendered powered by three.js",
"main": "index.js",
"scripts": {
"examples": "cd ./example/basic && browserify -s ngraph index.js > bundle.js; cd ../dynamic && browserify -s ngraph index.js > bundle.js"
"peers": "npm-install-peers",
"examples": "npm run peers && cd ./example/basic && browserify -s ngraph index.js > bundle.js; cd ../dynamic && browserify -s ngraph index.js > bundle.js"
},

@@ -22,7 +23,9 @@ "keywords": [

"dependencies": {
"ngraph.forcelayout3d": "0.0.15",
"ngraph.merge": "0.0.1",
"three": "0.72.0",
"three.trackball": "0.0.1"
"ngraph.forcelayout3d": "^0.0.15",
"ngraph.merge": "^0.0.1",
"three.trackball": "^0.0.1"
},
"peerDependencies": {
"three": "^0.x.x"
},
"devDependencies": {

@@ -32,4 +35,5 @@ "browserify": "^12.0.1",

"ngraph.graph": "0.0.12",
"npm-install-peers": "^1.0.1-rc.3",
"query-string": "~0.1.1"
}
}

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