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

juijs-graph

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

juijs-graph - npm Package Compare versions

Comparing version 0.5.1-es6 to 0.5.2-es6

2

package.json
{
"name": "juijs-graph",
"version": "0.5.1-es6",
"version": "0.5.2-es6",
"sideEffects": false,

@@ -5,0 +5,0 @@ "description": "SVG-based JUI chart that can be used in the browser and Node.js. Support many types of charts. (Dashboard, Map, Topology, Full 3D)",

@@ -288,9 +288,7 @@ import JUI from "juijs"

var g = null,
id = _.createId("gradient");
// var id = _.createId("gradient");
var id = "gradient";
obj.attr.id = id;
g = SVGUtil.createObject(obj);
var g = SVGUtil.createObject(obj);
_defs.append(g);

@@ -347,3 +345,4 @@

} else {
obj.attr.id = obj.attr.id || _.createId('pattern-');
// obj.attr.id = obj.attr.id || _.createId('pattern-');
obj.attr.id = obj.attr.id || "pattern";

@@ -350,0 +349,0 @@ if (_hash[obj.attr.id]) {

@@ -68,3 +68,4 @@ import JUI from "juijs"

d = (Math.sin(radian) * depth) / 2,
key = _.createId("cylinder3d");
// key = _.createId("cylinder3d");
key = "cylinder3d";

@@ -71,0 +72,0 @@ var g = self.group({}, function() {

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

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