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

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 3.0.8 to 3.0.9

2

lib/AccountingAPIClient.d.ts

@@ -458,2 +458,4 @@ import { XeroClientConfiguration, BaseAPIClient } from './internals/BaseAPIClient';

ReportID: string;
toDate?: string;
fromDate?: string;
}) => Promise<ReportsResponse>;

@@ -460,0 +462,0 @@ };

2

package.json
{
"name": "xero-node",
"version": "3.0.8",
"version": "3.0.9",
"description": "NodeJS Client for the Xero API, supporting Public, Private and Partner Apps",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -21,2 +21,4 @@ [![npm version](https://badge.fury.io/js/xero-node.svg)](https://badge.fury.io/js/xero-node)

- v3.0.9
- Thanks glenndevenish for adding optional reporting params #224
- v3.0.7

@@ -23,0 +25,0 @@ - Thanks davibq for adding the ability to email invoices #209

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