Socket
Socket
Sign inDemoInstall

xero-node

Package Overview
Dependencies
11
Maintainers
1
Versions
166
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.6 to 2.1.7

10

lib/entity_helpers/accounting/items.js

@@ -31,2 +31,12 @@ var _ = require('lodash'),

return this.deleteEntities(options);
},
saveItems: function(items, options) {
return this.saveEntities(items, this.setUpOptions(options));
},
setUpOptions: function(options) {
var self = this;
var clonedOptions = _.clone(options || {});
clonedOptions.entityPath = 'Items.Item';
clonedOptions.entityConstructor = function(data) { return self.newItem(data) };
return clonedOptions;
}

@@ -33,0 +43,0 @@ })

2

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

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc