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.22 to 0.5.24

gcontext2d_jwx.js

4

gcanvas.js

@@ -120,4 +120,6 @@ /**

//-----------------------------
GLog.d('gcanvas#=====>>>version: 0.5.24');
GCanvas.start = function(el){
GLog.d('gcanvas#start=====>>>,version = 0.5.22');
GLog.d('gcanvas#start=====>>>');

@@ -124,0 +126,0 @@ if (typeof WXEnvironment === 'object' && /ios/i.test(WXEnvironment.platform)) {

@@ -706,3 +706,3 @@ var GBridge = require("./gutil").GBridge;

var appVersion = weex.config.env.appVersion;
if( (appName == "TB") && versionLessThen(appVersion, "6.11.2.3") ) //低于6.11.2.3的使用老接口
if( (appName == "TB") && versionLessThen(appVersion, "6.11.2") ) //低于6.11.2.3的使用老接口
{

@@ -709,0 +709,0 @@ return true;

@@ -57,3 +57,3 @@ /////////////////////////////////////////////////////////////////

GLog.d('bridge#callGCanvasLinkNative()');
callGCanvasLinkNative(componentId, 0x20000001, commands);
callGCanvasLinkNative(componentId, 0x00000001, commands);
} else {

@@ -60,0 +60,0 @@ GLog.d('bridge#callRender()');

{
"name": "weex-gcanvas",
"version": "0.5.22",
"version": "0.5.24",
"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