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
1
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 2.4.2 to 2.4.3

4

delegate/delegate.android.js

@@ -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"
}
}
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