New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nativescript-oauth2

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-oauth2 - npm Package Compare versions

Comparing version 3.0.8 to 3.0.9

3

delegate/index.ios.js

@@ -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) {

2

package.json
{
"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",

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