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

@antv/g-plugin-canvas-renderer

Package Overview
Dependencies
Maintainers
40
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/g-plugin-canvas-renderer - npm Package Compare versions

Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3

2

dist/shapes/ImagePool.d.ts
export declare class ImagePool {
private imageCache;
getImageSync(src: string): HTMLImageElement;
getOrCreateImage(src: string | HTMLImageElement, width?: number, height?: number): Promise<HTMLImageElement>;
getOrCreateImage(src: string): Promise<HTMLImageElement>;
}
{
"name": "@antv/g-plugin-canvas-renderer",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "A G plugin of renderer implementation with Canvas2D API",

@@ -35,3 +35,3 @@ "main": "dist/index.js",

"dependencies": {
"@antv/g": "^1.0.0-alpha.2",
"@antv/g": "^1.0.0-alpha.3",
"@antv/g-math": "^1.0.0-alpha.2",

@@ -50,3 +50,3 @@ "@antv/path-util": "~2.0.5"

},
"gitHead": "2fe2253d4f856f456d8a4e4929b1dba6fd42de8a"
"gitHead": "c9511b4923b5575a3d301012989b860618bbc10c"
}

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

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