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

@antv/g-mobile

Package Overview
Dependencies
Maintainers
36
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/g-mobile - npm Package Compare versions

Comparing version 0.0.1-beta.15 to 0.0.1-beta.16

3

esm/util/mini-canvas-proxy.js

@@ -48,2 +48,5 @@ /***

return 1;
if (typeof obj[prop] === 'function') {
return obj[prop].bind(obj);
}
return obj[prop];

@@ -50,0 +53,0 @@ };

@@ -50,2 +50,5 @@ "use strict";

return 1;
if (typeof obj[prop] === 'function') {
return obj[prop].bind(obj);
}
return obj[prop];

@@ -52,0 +55,0 @@ };

2

package.json
{
"name": "@antv/g-mobile",
"version": "0.0.1-beta.15",
"version": "0.0.1-beta.16",
"description": "A mobile canvas library which providing 2d",

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

@@ -46,4 +46,7 @@ /***

if (prop === 'globalAlpha' && obj[prop] === undefined) return 1;
if (typeof obj[prop] === 'function') {
return obj[prop].bind(obj);
}
return obj[prop];
}
}

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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