Comparing version 4.3.1 to 4.3.2
@@ -162,3 +162,3 @@ var Definable = require("./Definable"); | ||
if (color.indexOf('rgba' > -1)) { | ||
if (color.indexOf('rgba') > -1) { | ||
// Fix Safari bug that stop-color not recognizing alpha #9014 | ||
@@ -165,0 +165,0 @@ var opacity = colorTool.parse(color)[3]; |
@@ -36,3 +36,3 @@ var guid = require("./core/guid"); | ||
var version = '4.3.1'; | ||
var version = '4.3.2'; | ||
/** | ||
@@ -39,0 +39,0 @@ * Initializing a zrender instance |
{ | ||
"name": "zrender", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"description": "A lightweight canvas library.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -183,3 +183,3 @@ /** | ||
var color = colors[i].color; | ||
if (color.indexOf('rgba' > -1)) { | ||
if (color.indexOf('rgba') > -1) { | ||
// Fix Safari bug that stop-color not recognizing alpha #9014 | ||
@@ -186,0 +186,0 @@ var opacity = colorTool.parse(color)[3]; |
@@ -31,3 +31,3 @@ /*! | ||
*/ | ||
export var version = '4.3.1'; | ||
export var version = '4.3.2'; | ||
@@ -34,0 +34,0 @@ /** |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 5 instances 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
3482002
233
5