Socket
Socket
Sign inDemoInstall

viz.js

Package Overview
Dependencies
0
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.1.1

7

package.json
{
"name": "viz.js",
"version": "2.0.0",
"version": "2.1.1",
"description": "A hack to put Graphviz on the web.",

@@ -26,2 +26,5 @@ "main": "viz.js",

},
"scripts": {
"test": "mocha test-node"
},
"author": "Mike Daines <mdaines@fastmail.com>",

@@ -44,5 +47,5 @@ "license": "MIT",

"rollup-plugin-babel": "^3.0.4",
"selenium-webdriver": "^2.45.1",
"selenium-webdriver": "^3.6.0",
"tiny-worker": "^2.1.2"
}
}
/*
Viz.js 2.0.0 (Graphviz 2.40.1, Expat 2.2.5, Emscripten 1.37.36)
Viz.js 2.1.1 (Graphviz 2.40.1, Expat 2.2.5, Emscripten 1.37.36)
Copyright (c) 2014-2018 Michael Daines

@@ -266,3 +266,5 @@ Licensed under MIT license

_ref4$yInvert = _ref4.yInvert,
yInvert = _ref4$yInvert === undefined ? false : _ref4$yInvert;
yInvert = _ref4$yInvert === undefined ? false : _ref4$yInvert,
_ref4$nop = _ref4.nop,
nop = _ref4$nop === undefined ? 0 : _ref4$nop;

@@ -276,3 +278,3 @@ for (var i = 0; i < images.length; i++) {

return this.wrapper.render(src, { format: format, engine: engine, files: files, images: images, yInvert: yInvert });
return this.wrapper.render(src, { format: format, engine: engine, files: files, images: images, yInvert: yInvert, nop: nop });
}

@@ -279,0 +281,0 @@ }, {

/*
Viz.js 2.0.0 (Graphviz 2.40.1, Expat 2.2.5, Emscripten 1.37.36)
Viz.js 2.1.1 (Graphviz 2.40.1, Expat 2.2.5, Emscripten 1.37.36)
Copyright (c) 2014-2018 Michael Daines

@@ -272,3 +272,5 @@ Licensed under MIT license

_ref4$yInvert = _ref4.yInvert,
yInvert = _ref4$yInvert === undefined ? false : _ref4$yInvert;
yInvert = _ref4$yInvert === undefined ? false : _ref4$yInvert,
_ref4$nop = _ref4.nop,
nop = _ref4$nop === undefined ? 0 : _ref4$nop;

@@ -282,3 +284,3 @@ for (var i = 0; i < images.length; i++) {

return this.wrapper.render(src, { format: format, engine: engine, files: files, images: images, yInvert: yInvert });
return this.wrapper.render(src, { format: format, engine: engine, files: files, images: images, yInvert: yInvert, nop: nop });
}

@@ -285,0 +287,0 @@ }, {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc