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.12 to 1.0.0-alpha.13

4

dist/shapes/styles/Default.d.ts

@@ -1,5 +0,5 @@

import { BaseStyleProps } from '@antv/g';
import { ParsedBaseStyleProps } from '@antv/g';
import { StyleRenderer } from '.';
export declare class DefaultRenderer implements StyleRenderer {
render(context: CanvasRenderingContext2D, attributes: BaseStyleProps): void;
render(context: CanvasRenderingContext2D, parsedStyle: ParsedBaseStyleProps): void;
}

@@ -1,6 +0,6 @@

import { BaseStyleProps } from '@antv/g';
import { ParsedBaseStyleProps } from '@antv/g';
export declare const StyleRendererFactory: unique symbol;
export declare const StyleRenderer: unique symbol;
export interface StyleRenderer {
render(context: CanvasRenderingContext2D, attributes: BaseStyleProps): void;
render(context: CanvasRenderingContext2D, parsedStyle: ParsedBaseStyleProps): void;
}

@@ -7,0 +7,0 @@ export * from './Default';

{
"name": "@antv/g-plugin-canvas-renderer",
"version": "1.0.0-alpha.12",
"version": "1.0.0-alpha.13",
"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.11",
"@antv/g": "^1.0.0-alpha.12",
"@antv/g-ecs": "^1.0.0-alpha.3",
"@antv/g-math": "^1.0.0-alpha.2",
"@antv/path-util": "~2.0.5",
"@antv/path-util": "^2.0.10",
"rbush": "^3.0.1"

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

},
"gitHead": "0124647906ca17d8d395b902a50f1d067594d896"
"gitHead": "7d8d52de88566907378b38a94d01b05d93691b25"
}

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