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.1 to 1.0.0-alpha.2

4

dist/shapes/paths/index.d.ts

@@ -1,2 +0,2 @@

import { DisplayObject } from '@antv/g';
import { ShapeAttrs } from '@antv/g';
export declare const PathGeneratorFactory: unique symbol;

@@ -7,3 +7,3 @@ export declare const PathGenerator: unique symbol;

*/
export declare type PathGenerator = (context: CanvasRenderingContext2D, displayObject: DisplayObject) => void;
export declare type PathGenerator = (context: CanvasRenderingContext2D, attributes: ShapeAttrs) => void;
export { generatePath as CirclePath } from './Circle';

@@ -10,0 +10,0 @@ export { generatePath as EllipsePath } from './Ellipse';

{
"name": "@antv/g-plugin-canvas-renderer",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "A G plugin of renderer implementation with Canvas2D API",

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

"dependencies": {
"@antv/g": "^1.0.0-alpha.1",
"@antv/g-math": "^0.1.6",
"@antv/g": "^1.0.0-alpha.2",
"@antv/g-math": "^1.0.0-alpha.2",
"@antv/path-util": "~2.0.5"

@@ -50,3 +50,3 @@ },

},
"gitHead": "84ec7a493b5161bf00356bb887d13a35fd2f0899"
"gitHead": "2fe2253d4f856f456d8a4e4929b1dba6fd42de8a"
}

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