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

@antv/g-plugin-canvas-picker

Package Overview
Dependencies
Maintainers
55
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.0-alpha.22 to 1.0.0-alpha.23

es/CanvasPickerPlugin.d.ts

14

lib/index.js

@@ -61,14 +61,14 @@ "use strict";

var Plugin = function () {
var Plugin =
/** @class */
function () {
function Plugin() {}
Plugin.prototype.init = function (container) {
container.load(containerModule);
container.load(containerModule, true);
};
Plugin.prototype.destroy = function (container) {// // container.unload(containerModule);
// container.remove(PointInPathPickerFactory);
// container.remove(CanvasPickerPlugin);
// @ts-ignore
// container.container.unload(containerModule);
Plugin.prototype.destroy = function (container) {
container.remove(_CanvasPickerPlugin.PointInPathPickerFactory);
container.remove(_CanvasPickerPlugin.CanvasPickerPlugin);
};

@@ -75,0 +75,0 @@

{
"name": "@antv/g-plugin-canvas-picker",
"version": "1.0.0-alpha.22",
"version": "1.0.0-alpha.23",
"description": "A G plugin for picking in canvas",

@@ -8,5 +8,8 @@ "main": "lib/index.js",

"types": "es/index.d.ts",
"unpkg": "dist/index.umd.js",
"files": [
"package.json",
"dist",
"es",
"lib",
"LICENSE",

@@ -33,4 +36,4 @@ "README.md"

"dependencies": {
"@antv/g": "^1.0.0-alpha.28",
"@antv/g-plugin-canvas-renderer": "^1.0.0-alpha.28",
"@antv/g": "^1.0.0-alpha.29",
"@antv/g-plugin-canvas-renderer": "^1.0.0-alpha.29",
"mana-syringe": "^0.2.1"

@@ -53,3 +56,3 @@ },

"homepage": "https://github.com/antvis/g#readme",
"gitHead": "b8af919853fa578b4aa6c5e84715948085ac0170"
"gitHead": "97b0cd921c395a28d0432b33db157723b7967db1"
}

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