Socket
Socket
Sign inDemoInstall

@antv/g

Package Overview
Dependencies
Maintainers
66
Versions
349
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/g - npm Package Compare versions

Comparing version 5.18.14 to 5.18.15

8

dist/index.js

@@ -11,3 +11,3 @@ 'use strict';

Object.keys(gCameraApi).forEach(function (k) {
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,

@@ -18,3 +18,3 @@ get: function () { return gCameraApi[k]; }

Object.keys(gDomMutationObserverApi).forEach(function (k) {
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,

@@ -25,3 +25,3 @@ get: function () { return gDomMutationObserverApi[k]; }

Object.keys(gLite).forEach(function (k) {
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,

@@ -32,3 +32,3 @@ get: function () { return gLite[k]; }

Object.keys(gWebAnimationsApi).forEach(function (k) {
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,

@@ -35,0 +35,0 @@ get: function () { return gWebAnimationsApi[k]; }

{
"name": "@antv/g",
"version": "5.18.14",
"version": "5.18.15",
"description": "A core module for rendering engine implements DOM API.",

@@ -37,6 +37,6 @@ "keywords": [

"dependencies": {
"@antv/g-camera-api": "1.2.13",
"@antv/g-dom-mutation-observer-api": "1.2.13",
"@antv/g-lite": "1.2.13",
"@antv/g-web-animations-api": "1.2.13"
"@antv/g-camera-api": "1.2.14",
"@antv/g-dom-mutation-observer-api": "1.2.14",
"@antv/g-lite": "1.2.14",
"@antv/g-web-animations-api": "1.2.14"
},

@@ -43,0 +43,0 @@ "publishConfig": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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