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
47
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.17 to 1.0.0-alpha.18

3

dist/index.d.ts

@@ -8,3 +8,3 @@ import { RendererPlugin } from '@antv/g';

import { RBushNode, RBushNodeAABB } from './components/RBushNode';
export { PathGeneratorFactory, PathGenerator, StyleRenderer, RBushNode, RBushNodeAABB, RBushRoot, RBush };
export { PathGeneratorFactory, PathGenerator, StyleRenderer, RBushNode, RBushNodeAABB, RBushRoot, RBush, };
export declare class Plugin implements RendererPlugin {

@@ -14,2 +14,1 @@ init(container: Container): void;

}
export declare function registerStyleRenderer(tagName: string, RendererClazz: new (...args: any[]) => StyleRenderer): void;
{
"name": "@antv/g-plugin-canvas-renderer",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"description": "A G plugin of renderer implementation with Canvas2D API",

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

"dependencies": {
"@antv/g": "^1.0.0-alpha.16",
"@antv/g": "^1.0.0-alpha.17",
"@antv/g-ecs": "^1.0.0-alpha.4",
"@antv/g-math": "^1.0.0-alpha.2",
"@antv/path-util": "^2.0.11",
"@antv/path-util": "^2.0.12",
"rbush": "^3.0.1"

@@ -52,3 +52,3 @@ },

},
"gitHead": "dd6aa2ba7ce8dab3596e6a971e3f6998c3114276"
"gitHead": "383dfc4e0d11257c8d27801badc105ef5fe6c11a"
}

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