Socket
Socket
Sign inDemoInstall

zrender

Package Overview
Dependencies
Maintainers
16
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 5.4.3 to 5.4.4

build/prepublish.js

5

lib/core/Transformable.js

@@ -48,3 +48,6 @@ import * as matrix from './matrix.js';

if (!(needLocalTransform || parentTransform)) {
m && mIdentity(m);
if (m) {
mIdentity(m);
this.invTransform = null;
}
return;

@@ -51,0 +54,0 @@ }

2

lib/zrender.d.ts

@@ -87,5 +87,5 @@ /*!

export declare function registerPainter(name: string, Ctor: PainterBaseCtor): void;
export declare const version = "5.4.3";
export declare const version = "5.4.4";
export interface ZRenderType extends ZRender {
}
export {};

@@ -264,3 +264,3 @@ /*!

}
export var version = '5.4.3';
export var version = '5.4.4';
;
{
"name": "zrender",
"version": "5.4.3",
"version": "5.4.4",
"description": "A lightweight graphic library providing 2d draw for Apache ECharts",

@@ -17,5 +17,6 @@ "keywords": [

"scripts": {
"prepublish": "npm run release",
"prepare": "npm run build:lib",
"build": "npm run build:bundle && npm run build:lib",
"release": "node build/build.js --minify && npm run build:lib",
"prepublishOnly": "node build/prepublish.js",
"prepare:nightly": "node build/prepareNightly.js",

@@ -22,0 +23,0 @@ "prepare:nightly-next": "node build/prepareNightly.js --next",

@@ -111,3 +111,7 @@ import * as matrix from './matrix';

if (!(needLocalTransform || parentTransform)) {
m && mIdentity(m);
if (m) {
mIdentity(m);
// reset invTransform
this.invTransform = null;
}
return;

@@ -114,0 +118,0 @@ }

@@ -488,5 +488,5 @@ /*!

*/
export const version = '5.4.3';
export const version = '5.4.4';
export interface ZRenderType extends ZRender {};

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