Socket
Socket
Sign inDemoInstall

@antv/g

Package Overview
Dependencies
Maintainers
5
Versions
350
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 3.0.0-beta.5 to 3.0.0-beta.6

dist/g-3.0.0-beta.6.min.js

1

lib/canvas/shape/image.js

@@ -85,2 +85,3 @@ var Util = require('../../util/index');

image.src = img;
image.crossOrigin = 'Anonymous';
self.set('loading', true);

@@ -87,0 +88,0 @@ } else if (img instanceof Image) {

2

lib/index.js

@@ -11,3 +11,3 @@ module.exports = {

// version, etc.
version: '3.0.0-beta.4'
version: '3.0.0-beta.6'
};
{
"name": "@antv/g",
"version": "3.0.0-beta.5",
"version": "3.0.0-beta.6",
"description": "A canvas library which providing 2d draw for G2.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -85,2 +85,3 @@ const Util = require('../../util/index');

image.src = img;
image.crossOrigin = 'Anonymous';
self.set('loading', true);

@@ -87,0 +88,0 @@ } else if (img instanceof Image) {

@@ -11,3 +11,3 @@ module.exports = {

// version, etc.
version: '3.0.0-beta.4'
version: '3.0.0-beta.6'
};

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