mplexviz-ngraph
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -1,8 +0,8 @@ | ||
var Viz = require('mplexviz-ngraph'); | ||
var App = require("mplexviz-ngraph"); | ||
var data = 'source,l1,l2,target,l1,l2\n1,A,X,2,A,X\n1,A,X,1,B,X\n1,A,X,4,B,X\n1,B,X,1,B,Y\n1,B,X,3,B,X\n\ | ||
1,B,X,4,B,X\n3,B,X,4,B,X\n4,B,X,3,A,Y\n3,A,Y,3,A,X\n3,A,Y,2,A,Y'; | ||
var data = "source,l1,l2,target,l1,l2\n1,A,X,2,A,X\n1,A,X,1,B,X\n1,A,X,4,B,X\n1,B,X,1,B,Y\n1,B,X,3,B,X\n\ | ||
1,B,X,4,B,X\n3,B,X,4,B,X\n4,B,X,3,A,Y\n3,A,Y,3,A,X\n3,A,Y,2,A,Y"; | ||
var instance = new Viz({ | ||
var instance = new App({ | ||
el: rootDiv, | ||
@@ -9,0 +9,0 @@ data: data |
{ | ||
"name": "mplexviz-ngraph", | ||
"description": "A visualisation module for multilayer networks as modelled by mplexnet using ngraph.", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"homepage": "https://github.com/DennisSchwartz/mplexviz-ngraph", | ||
@@ -27,6 +27,6 @@ "author": { | ||
"test": "echo 'Error: no test specified' && exit 1", | ||
"build": "mkdirp build && browserify -r ./:mplexviz-ngraph -o build/ngraph.js", | ||
"build": "mkdirp build && browserify -r ./:mplexviz-ngraph -o build/bundle.js", | ||
"build-browser": "npm run build", | ||
"install": "npm run build", | ||
"watch": "watchify -r ./:mplexviz-ngraph -v -o build/ngraph.js", | ||
"watch": "watchify -r ./:mplexviz-ngraph -v -o build/bundle.js", | ||
"w": "prunner \"npm run sniper\" \"npm run watch\"", | ||
@@ -54,3 +54,3 @@ "sniper": "sniper ." | ||
"js": [ | ||
"/build/ngraph.js" | ||
"/build/bundle.js" | ||
], | ||
@@ -57,0 +57,0 @@ "snippets": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
4478838
102051
0
11