cytoscape
Advanced tools
Comparing version 3.2.8 to 3.2.9
{ | ||
"name": "cytoscape", | ||
"version": "3.2.8", | ||
"version": "3.2.9", | ||
"license": "MIT", | ||
@@ -132,3 +132,3 @@ "description": "Graph theory (a.k.a. network) library for analysis and visualisation", | ||
"vinyl-paths": "^2.1.0", | ||
"webpack": "^2.6.1" | ||
"webpack": "^3.10.0" | ||
}, | ||
@@ -135,0 +135,0 @@ "sniper": { |
@@ -157,3 +157,3 @@ var math = require( '../../../math' ); | ||
gap: function( edge ) { | ||
return standardGap(edge) * 0.985; | ||
return standardGap(edge) * 0.8; | ||
} | ||
@@ -248,3 +248,3 @@ } ); | ||
gap: function( edge ){ | ||
return standardGap(edge) * 0.985; | ||
return standardGap(edge) * 0.525; | ||
} | ||
@@ -251,0 +251,0 @@ } ); |
@@ -1,1 +0,1 @@ | ||
module.exports = "3.2.8"; | ||
module.exports = "3.2.9"; |
@@ -57,3 +57,4 @@ var env = function( name, def ){ | ||
] : [] ), | ||
devtool: SOURCEMAPS ? 'inline-source-map' : false | ||
devtool: SOURCEMAPS ? 'inline-source-map' : false, | ||
node: false | ||
}; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
3
0
2622364
68554