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 2.19.1 to 2.20.0

2

lib/application.js

@@ -299,2 +299,4 @@ /* eslint-disable prettier/prettier */

return;
} else {
return reject(err);
}

@@ -301,0 +303,0 @@ });

@@ -91,2 +91,3 @@ 'use strict';

const LineItemSchema = Entity.SchemaObject({
LineItemID: { type: String },
Description: { type: String },

@@ -93,0 +94,0 @@ Quantity: { type: Number },

2

package.json
{
"name": "xero-node",
"version": "2.19.1",
"version": "2.20.0",
"description": "Xero API Wrapper for all application types",

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

@@ -1,2 +0,4 @@

xero-node (alpha)
xero-node. We're creating a new version. Please see here: https://github.com/XeroAPI/xero-node/issues/183. Please give it a spin!
===========

@@ -259,2 +261,5 @@

* 2.20.0
- handle "No key provided to sign" error #181
- add LineItemID back to LineItemSchema #188
* 2.19.0

@@ -261,0 +266,0 @@ - Fix missing 'OrganisationID' after called organisation.toJSON() #173

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