Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nangohq/node

Package Overview
Dependencies
Maintainers
2
Versions
473
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nangohq/node - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

4

dist/index.js

@@ -26,3 +26,3 @@ import axios from 'axios';

async getToken(providerConfigKey, connectionId) {
let response = await this.getConnection(providerConfigKey, connectionId);
let response = await this.getConnectionDetails(providerConfigKey, connectionId);
switch (response.data.credentials.type) {

@@ -41,3 +41,3 @@ case 'OAUTH2':

async getRawTokenResponse(providerConfigKey, connectionId) {
let response = await this.getConnection(providerConfigKey, connectionId);
let response = await this.getConnectionDetails(providerConfigKey, connectionId);
return response.data.credentials.raw;

@@ -44,0 +44,0 @@ }

{
"name": "@nangohq/node",
"version": "0.6.1",
"version": "0.6.2",
"description": "Nango's Node client.",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

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