tns-android
Advanced tools
Comparing version 0.9.0 to 0.10.0
@@ -60,5 +60,5 @@ var __extends_ts = function (d, b) { | ||
function extend(child, parent) { | ||
Log("TS extend called"); | ||
if (!child.__extended) { | ||
child.__extended = parent.extend(child.prototype); | ||
child.__extended = parent.extend(child.name, child.prototype); | ||
} | ||
@@ -69,3 +69,8 @@ | ||
Parent.call = function(thiz) { | ||
Parent.__activityExtend = function(parent, name, implementationObject) { | ||
Log("__activityExtend called"); | ||
return parent.extend(name, implementationObject); | ||
}; | ||
Parent.call = function(thiz) { | ||
var Extended = extend(thiz.__proto__.__child, thiz.__proto__.__parent); | ||
@@ -72,0 +77,0 @@ if (arguments.length > 1) |
{ | ||
"name": "tns-android", | ||
"description": "NativeScript Runtime for Android", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"files": [ | ||
@@ -12,8 +12,6 @@ "**/*.*" | ||
"grunt-contrib-copy": "0.5.0", | ||
"grunt-contrib-rename": "0.0.3", | ||
"grunt-exec": "0.4.6", | ||
"grunt-mkdir": "0.1.2", | ||
"grunt-replace": "0.7.9" | ||
}, | ||
"license": "Apache-2.0" | ||
} | ||
} |
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
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
Sorry, the diff of this file is not supported yet
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
No License Found
License(Experimental) License information could not be found.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 3 instances in 1 package
6
94
5
15603344
17
1