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

zrender

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zrender - npm Package Compare versions

Comparing version 4.3.1 to 4.3.2

.DS_Store

2

lib/svg/helper/GradientManager.js

@@ -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

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