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.36 to 0.5.38

5

gcanvas.js

@@ -32,2 +32,3 @@ /**

var htmlPlugin = require("./index");
var WeexUtils = require('@ali/WeexUtils')

@@ -121,3 +122,3 @@

//-----------------------------
GLog.d('gcanvas#=====>>>version: 0.5.36');
GLog.d('gcanvas#=====>>>version: 0.5.38');

@@ -127,2 +128,4 @@ GCanvas.start = function(el){

WeexUtils.tracker.goldlog('/gcanvas.gcanvasweex.start', 'EXP', '', 'H1482419031');
if (typeof WXEnvironment === 'object' && /ios/i.test(WXEnvironment.platform)) {

@@ -129,0 +132,0 @@ GCanvasPlatform = 1;

2

gcontext2d.js

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

{
var appName = weex.config.env.appName;
var appName = weex.config.env.appName.toUpperCase();
var appVersion = weex.config.env.appVersion;

@@ -707,0 +707,0 @@ if( (appName == "TB") && versionLessThen(appVersion, "6.11.2.3") ) //低于6.11.2.3的使用老接口

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