cytoscape-cose-bilkent
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -46,3 +46,4 @@ var gulp = require('gulp'); | ||
bundleExternal: true, | ||
entries: [ './src' ] | ||
entries: [ './src' ], | ||
standalone: 'cytoscape-cose-bilkent' | ||
}, opts ); | ||
@@ -49,0 +50,0 @@ |
{ | ||
"name": "cytoscape-cose-bilkent", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "The CoSE layout for Cytoscape.js by Bilkent", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -12,8 +12,7 @@ 'use strict'; | ||
if( typeof cytoscape !== 'undefined' ){ // expose to global cytoscape (i.e. window.cytoscape) | ||
// auto reg for globals | ||
if( typeof cytoscape !== 'undefined' ){ | ||
register( cytoscape ); | ||
} else if( typeof define !== 'undefined' && define.amd ){ | ||
define( [], register ); | ||
} | ||
module.exports = register; |
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
595701
9842
3