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.5 to 4.0.6

16

dist/gen/api/accountingApi.d.ts

@@ -53,3 +53,2 @@ /// <reference types="node" />

import { RequestEmpty } from '../model/accounting/requestEmpty';
import { TaxRate } from '../model/accounting/taxRate';
import { TaxRates } from '../model/accounting/taxRates';

@@ -75,7 +74,8 @@ import { TrackingCategories } from '../model/accounting/trackingCategories';

constructor(basePath?: string);
useQuerystring: boolean;
basePath: string;
set useQuerystring(value: boolean);
set basePath(basePath: string);
get basePath(): string;
setDefaultAuthentication(auth: Authentication): void;
setApiKey(key: AccountingApiApiKeys, value: string): void;
accessToken: string;
set accessToken(token: string);
createAccount(xeroTenantId: string, account: Account, options?: {

@@ -537,10 +537,2 @@ headers: {

}>;
createTaxRate(xeroTenantId: string, taxRate: TaxRate, options?: {
headers: {
[name: string]: string;
};
}): Promise<{
response: http.IncomingMessage;
body: TaxRates;
}>;
createTaxRates(xeroTenantId: string, taxRates: TaxRates, options?: {

@@ -547,0 +539,0 @@ headers: {

@@ -16,3 +16,3 @@ /// <reference path="untyped.d.ts" />

private _tenantIds;
readonly tenantIds: string[];
get tenantIds(): string[];
constructor(config: IXeroClientConfig);

@@ -19,0 +19,0 @@ buildConsentUrl(): Promise<any>;

{
"name": "xero-node",
"version": "4.0.5",
"version": "4.0.6",
"description": "Xero NodeJS OAuth 2.0 client for xero-node",

@@ -18,5 +18,5 @@ "main": "dist/index.js",

"devDependencies": {
"@types/jest": "^24.0.23",
"@types/node": "^12.12.5",
"@types/request": "^2.48.3",
"@types/jest": "^24.0.24",
"@types/node": "^12.12.21",
"@types/request": "^2.48.4",
"jest": "^24.9.0",

@@ -29,5 +29,5 @@ "open": "^6.4.0",

"dependencies": {
"openid-client": "^3.8.3",
"openid-client": "^3.9.2",
"request": "^2.88.0"
}
}

Sorry, the diff of this file is too big to display

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