@antv/g-plugin-canvas-renderer
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
0
142771
26
3910
- Removed@antv/g-math@0.1.9(transitive)
Updated@antv/g@^1.0.0-alpha.2
Updated@antv/g-math@^1.0.0-alpha.2