weex-gcanvas
Advanced tools
Comparing version 0.5.22 to 0.5.24
@@ -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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
240291
16
6586
0