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.3.0 to 2.3.1

2

package.json
{
"name": "nativescript-oauth2",
"version": "2.3.0",
"version": "2.3.1",
"description": "OAuth 2 generic authorization plugin for NativeScript that doesn't install third party native libraries",

@@ -5,0 +5,0 @@ "main": "oauth",

@@ -67,3 +67,3 @@ "use strict";

else {
var msg_1 = (response ? response.statusCode : '') + " ERRROR Occurred";
var msg_1 = (response ? response.statusCode : '') + " ERROR Occurred";
console.error(msg_1);

@@ -70,0 +70,0 @@ completion(null, responseError ? responseError : new Error(msg_1));

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