Socket
Socket
Sign inDemoInstall

dispatch-node-sdk

Package Overview
Dependencies
7
Maintainers
4
Versions
148
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.4.1 to 3.5.0

1

dist/lib/dispatch.js

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

appointments: new _Collection2.default(this, endpoints.APPOINTMENTS),
appointmentSeries: new _Collection2.default(this, endpoints.APPOINTMENT_SERIES),
attachment: (0, _attachment2.default)(this),

@@ -135,0 +136,0 @@ attachments: new _Collection2.default(this, endpoints.ATTACHMENTS),

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

var APPOINTMENTS = exports.APPOINTMENTS = '/v1/appointments';
var APPOINTMENT_SERIES = exports.APPOINTMENT_SERIES = '/v1/appointment_series';
var ATTACHMENTS = exports.ATTACHMENTS = '/v1/attachments';

@@ -12,0 +13,0 @@ var BILLING_CONTRACTS = exports.BILLING_CONTRACTS = '/v2/billing_contracts';

@@ -49,2 +49,3 @@ import * as endpoints from './endpoints';

appointments: new Collection(this, endpoints.APPOINTMENTS),
appointmentSeries: new Collection(this, endpoints.APPOINTMENT_SERIES),
attachment: attachmentMethods(this),

@@ -51,0 +52,0 @@ attachments: new Collection(this, endpoints.ATTACHMENTS),

@@ -5,2 +5,3 @@ export const ACCOUNT_ORGANIZATIONS = '/v1/account_organizations';

export const APPOINTMENTS = '/v1/appointments';
export const APPOINTMENT_SERIES = '/v1/appointment_series';
export const ATTACHMENTS = '/v1/attachments';

@@ -7,0 +8,0 @@ export const BILLING_CONTRACTS = '/v2/billing_contracts';

2

package.json
{
"name": "dispatch-node-sdk",
"version": "3.4.1",
"version": "3.5.0",
"description": "High- and low-level libraries for interacting with the Dispatch API",

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

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