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.7 to 0.0.8

lib/three.js

1

example/dynamic/index.js

@@ -5,2 +5,3 @@ module.exports.main = function () {

var THREE = threeGraphics.THREE;

@@ -7,0 +8,0 @@ // tell graphics we want custom UI

2

index.js

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

var THREE = require('three');
var THREE = require('./lib/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.7",
"version": "0.0.8",
"description": "3D graph rendered powered by three.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"examples": "cd ./example/basic && browserify -s ngraph index.js > bundle.js; cd ../dynamic && browserify -s ngraph index.js > bundle.js"
},

@@ -24,3 +24,3 @@ "keywords": [

"ngraph.merge": "0.0.1",
"three": "^0.66.2",
"three": "^0.67.0",
"three.trackball": "0.0.0"

@@ -27,0 +27,0 @@ },

@@ -7,5 +7,5 @@ # ngraph.three

Basic usage:
Basic example:
```
``` js
// Create graph:

@@ -12,0 +12,0 @@ var createGraph = require('ngraph.graph');

Sorry, the diff of this file is not supported yet

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