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

@antv/g-plugin-dom-interaction

Package Overview
Dependencies
Maintainers
53
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/g-plugin-dom-interaction - npm Package Compare versions

Comparing version 1.0.0-alpha.25 to 1.0.0-alpha.26

24

dist/index.esm.js

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

import _classCallCheck from '@babel/runtime/helpers/esm/classCallCheck';
import _createClass from '@babel/runtime/helpers/esm/createClass';
import { inject, singleton, Module } from 'mana-syringe';
import { ContextService, RenderingPluginContribution } from '@antv/g';
function _classCallCheck(instance, Constructor) {
if (!(instance instanceof Constructor)) {
throw new TypeError("Cannot call a class as a function");
}
}
function _defineProperties(target, props) {
for (var i = 0; i < props.length; i++) {
var descriptor = props[i];
descriptor.enumerable = descriptor.enumerable || false;
descriptor.configurable = true;
if ("value" in descriptor) descriptor.writable = true;
Object.defineProperty(target, descriptor.key, descriptor);
}
}
function _createClass(Constructor, protoProps, staticProps) {
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
if (staticProps) _defineProperties(Constructor, staticProps);
return Constructor;
}
/*! *****************************************************************************

@@ -27,0 +7,0 @@ Copyright (c) Microsoft Corporation.

7

package.json
{
"name": "@antv/g-plugin-dom-interaction",
"version": "1.0.0-alpha.25",
"version": "1.0.0-alpha.26",
"description": "A G plugin",

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

"dependencies": {
"@antv/g": "^1.0.0-alpha.26",
"@antv/g": "^1.0.0-alpha.27",
"@babel/runtime": "^7.16.0",
"mana-syringe": "^0.1.0"

@@ -43,3 +44,3 @@ },

"homepage": "https://github.com/antvis/g#readme",
"gitHead": "04974923388e3c1e3c47d591c251380058372376"
"gitHead": "c01101beb86f98aaa569f97c678c909d4f3faaa3"
}
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