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

mplexviz-ngraph

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mplexviz-ngraph - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

build/bundle.js

8

examples/simple.js

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

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