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

@antv/g-canvas

Package Overview
Dependencies
Maintainers
16
Versions
351
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/g-canvas - npm Package Compare versions

Comparing version 0.1.0-beta.4 to 0.1.0-beta.5

1

esm/shape/base.js

@@ -60,2 +60,3 @@ import { __extends } from "tslib";

context.clip();
clip._afterDraw(); // clip 绘制完成后,需要缓存包围盒以及清除标记
}

@@ -62,0 +63,0 @@ };

@@ -62,2 +62,3 @@ "use strict";

context.clip();
clip._afterDraw(); // clip 绘制完成后,需要缓存包围盒以及清除标记
}

@@ -64,0 +65,0 @@ };

8

package.json
{
"name": "@antv/g-canvas",
"version": "0.1.0-beta.4",
"version": "0.1.0-beta.5",
"description": "A canvas library which providing 2d",

@@ -58,4 +58,4 @@ "main": "lib/index.js",

"dependencies": {
"@antv/g-base": "^0.1.0-beta.4",
"@antv/g-math": "^0.1.0-beta.3",
"@antv/g-base": "^0.1.0-beta.5",
"@antv/g-math": "^0.1.0-beta.4",
"@antv/gl-matrix": "~2.7.1",

@@ -66,3 +66,3 @@ "@antv/path-util": "~2.0.3-beta.1",

"__npminstall_done": false,
"gitHead": "688057a7b8a05b32b3a5286523648c9e8a2067c8"
"gitHead": "dfe406eabeb080b0200809ee347c03a555f4af91"
}

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 not supported yet

Sorry, the diff of this file is not supported yet

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