nativescript-oauth2
Advanced tools
Comparing version 3.0.8 to 3.0.9
@@ -9,2 +9,5 @@ import * as applicationModule from '@nativescript/core/application'; | ||
static getAppDelegate() { | ||
if (!!applicationModule.ensureNativeApplication) { | ||
applicationModule.ensureNativeApplication(); | ||
} | ||
if (applicationModule.ios.delegate === undefined) { | ||
@@ -11,0 +14,0 @@ var UIApplicationDelegateImpl = /** @class */ (function (_super) { |
{ | ||
"name": "nativescript-oauth2", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"description": "OAuth 2 generic authorization plugin for NativeScript that doesn't install third party native libraries", | ||
@@ -5,0 +5,0 @@ "main": "oauth", |
83350
1469