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

weex-gcanvas

Package Overview
Dependencies
Maintainers
6
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

weex-gcanvas - npm Package Compare versions

Comparing version 0.5.32 to 0.5.34

2

gcanvas.js

@@ -120,3 +120,3 @@ /**

//-----------------------------
GLog.d('gcanvas#=====>>>version: 0.5.32');
GLog.d('gcanvas#=====>>>version: 0.5.34');

@@ -123,0 +123,0 @@ GCanvas.start = function(el){

@@ -740,13 +740,13 @@ var GBridge = require("./gutil").GBridge;

{
if( !that._checkVersionFlag )
{
that._useOldAPIFlag = useOldAPI();
that._checkVersionFlag = true;
}
// if( !that._checkVersionFlag )
// {
// that._useOldAPIFlag = useOldAPI();
// that._checkVersionFlag = true;
// }
if( that._useOldAPIFlag ){
GBridge.bindImageTexture(that.componentId, image.src, function(){});
}else{
// if( that._useOldAPIFlag ){
// GBridge.bindImageTexture(that.componentId, image.src, function(){});
// }else{
GBridge.bindImageTexture(that.componentId, [image.src, image.id], function(){});
}
// }
that._concatDrawCmd(numArgs, image, sx, sy, sw, sh, dx, dy, dw, dh);

@@ -753,0 +753,0 @@ // that._saveImageTexture(image.src, image);

{
"name": "weex-gcanvas",
"version": "0.5.32",
"version": "0.5.34",
"main":"gcanvas.js",

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

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