Socket
Socket
Sign inDemoInstall

xero-node

Package Overview
Dependencies
Maintainers
4
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xero-node - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

4

package.json
{
"name": "xero-node",
"version": "4.0.2",
"description": "NodeJS client for Xero API with OAuth 2.0 support",
"version": "4.0.3",
"description": "Xero NodeJS OAuth 2.0 client for xero-node",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "types": "dist/index.d.ts",

@@ -98,3 +98,3 @@ # xero-node

req.session.accessToken = tokenClaims;
req.session.tokenClaims = tokenClaims;
req.session.accessToken = accessToken;

@@ -101,0 +101,0 @@ req.session.xeroTenantId = xero.tenantIds[0];

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