nativescript-oauth2
Advanced tools
Comparing version 2.4.2 to 2.4.3
@@ -11,3 +11,5 @@ "use strict"; | ||
.toString(); | ||
TnsOAuthClientAppDelegate._client.resumeWithUrl(url); | ||
if (TnsOAuthClientAppDelegate._client) { | ||
TnsOAuthClientAppDelegate._client.resumeWithUrl(url); | ||
} | ||
console.log(args.activity.getIntent().getData()); | ||
@@ -14,0 +16,0 @@ } |
{ | ||
"name": "nativescript-oauth2", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"description": "OAuth 2 generic authorization plugin for NativeScript that doesn't install third party native libraries", | ||
@@ -82,2 +82,2 @@ "main": "oauth", | ||
"bootstrapper": "nativescript-plugin-seed" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
83239
1382
0