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.8.0 to 0.8.4

4

dist/index.js

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

};
return await axios.get(url, { params: params, headers: this.enrichHeaders(headers) });
return axios.get(url, { params: params, headers: this.enrichHeaders(headers) });
}

@@ -77,3 +77,3 @@ /**

};
return await axios.get(url, { headers: this.enrichHeaders(headers) });
return axios.get(url, { headers: this.enrichHeaders(headers) });
}

@@ -80,0 +80,0 @@ enrichHeaders(headers = {}) {

{
"name": "@nangohq/node",
"version": "0.8.0",
"version": "0.8.4",
"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