Socket
Socket
Sign inDemoInstall

space-invoices

Package Overview
Dependencies
52
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

2

lib/models/client.js
module.exports = require('../baseService').extend({
path: 'clients',
includeMethods: ['create', 'edit', 'delete', 'list'],
includeMethods: ['create', 'edit', 'delete', 'list' , 'getById'],

@@ -6,0 +6,0 @@ search: function(organizationId, searchTerm) {

module.exports = require('../baseService').extend({
path: 'documents',
includeMethods: ['create', 'list', 'getById'],
includeMethods: ['create', 'list', 'getById', 'edit', 'delete'],

@@ -6,0 +6,0 @@ send(documentId, data, lang) {

{
"name": "space-invoices",
"version": "0.4.0",
"version": "0.4.1",
"description": "A NodeJS wrapper module for Space Invoices API",

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc