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

cytoscape-elk

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cytoscape-elk - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

18

dist/cytoscape-elk.js
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("elkjs"));
module.exports = factory(require("elkjs/lib/elk.bundled.js"));
else if(typeof define === 'function' && define.amd)
define(["elkjs"], factory);
else if(typeof exports === 'object')
exports["cytoscapeElk"] = factory(require("elkjs"));
exports["cytoscapeElk"] = factory(require("elkjs/lib/elk.bundled.js"));
else
root["cytoscapeElk"] = factory(root["ELK"]);
})(this, function(__WEBPACK_EXTERNAL_MODULE__245__) {
})(this, function(__WEBPACK_EXTERNAL_MODULE__632__) {
return /******/ (function() { // webpackBootstrap

@@ -15,6 +15,6 @@ /******/ "use strict";

/***/ 245:
/***/ 632:
/***/ (function(module) {
module.exports = __WEBPACK_EXTERNAL_MODULE__245__;
module.exports = __WEBPACK_EXTERNAL_MODULE__632__;

@@ -89,5 +89,5 @@ /***/ })

// EXTERNAL MODULE: external {"commonjs":"elkjs","commonjs2":"elkjs","amd":"elkjs","root":"ELK"}
var external_commonjs_elkjs_commonjs2_elkjs_amd_elkjs_root_ELK_ = __webpack_require__(245);
var external_commonjs_elkjs_commonjs2_elkjs_amd_elkjs_root_ELK_default = /*#__PURE__*/__webpack_require__.n(external_commonjs_elkjs_commonjs2_elkjs_amd_elkjs_root_ELK_);
// EXTERNAL MODULE: external {"commonjs":"elkjs/lib/elk.bundled.js","commonjs2":"elkjs/lib/elk.bundled.js","amd":"elkjs","root":"ELK"}
var elk_bundled_js_amd_elkjs_root_ELK_ = __webpack_require__(632);
var elk_bundled_js_amd_elkjs_root_ELK_default = /*#__PURE__*/__webpack_require__.n(elk_bundled_js_amd_elkjs_root_ELK_);
;// CONCATENATED MODULE: ./src/assign.js

@@ -306,3 +306,3 @@ // Simple, internal Object.assign() polyfill for options objects etc.

var edges = eles.edges();
var elk = new (external_commonjs_elkjs_commonjs2_elkjs_amd_elkjs_root_ELK_default())();
var elk = new (elk_bundled_js_amd_elkjs_root_ELK_default())();
var graph = makeGraph(nodes, edges, options);

@@ -309,0 +309,0 @@ graph['layoutOptions'] = options.elk;

{
"name": "cytoscape-elk",
"version": "2.2.0",
"version": "2.3.0",
"description": "The ELK layout algorithm adapter for Cytoscape.js",

@@ -47,3 +47,3 @@ "main": "dist/cytoscape-elk.js",

"dependencies": {
"elkjs": "^0.8.1"
"elkjs": "^0.9.3"
},

@@ -50,0 +50,0 @@ "prettier": {

@@ -29,4 +29,4 @@ /* eslint-env node */

'elkjs/lib/elk.bundled.js': {
commonjs: 'elkjs',
commonjs2: 'elkjs',
commonjs: 'elkjs/lib/elk.bundled.js',
commonjs2: 'elkjs/lib/elk.bundled.js',
amd: 'elkjs',

@@ -33,0 +33,0 @@ root: 'ELK',

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