Socket
Socket
Sign inDemoInstall

dispatch-node-sdk

Package Overview
Dependencies
Maintainers
3
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dispatch-node-sdk - npm Package Compare versions

Comparing version 1.7.1 to 1.8.0

dist/lib/bookingService.js

5

dist/lib/dispatch.js

@@ -35,2 +35,6 @@ 'use strict';

var _bookingService = require('./bookingService');
var _bookingService2 = _interopRequireDefault(_bookingService);
var _Collection = require('./entities/Collection');

@@ -145,2 +149,3 @@

billingDocuments: new _Collection2.default(this, endpoints.BILLING_DOCUMENTS),
bookingService: (0, _bookingService2.default)(this),
brands: new _Collection2.default(this, endpoints.BRANDS),

@@ -147,0 +152,0 @@ conversation: (0, _conversation2.default)(this),

1

dist/lib/endpoints.js

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

var BILLING_ITEMS = exports.BILLING_ITEMS = '/v2/billing_items';
var BOOKING = exports.BOOKING = '/booking';
var BRANDS = exports.BRANDS = '/v1/brands';

@@ -15,0 +16,0 @@ var CONVERSATIONS = exports.CONVERSATIONS = '/v1/conversations';

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

import attachmentMethods from './entities/attachment';
import bookingServiceMethods from './bookingService';
import Collection from './entities/Collection';

@@ -60,2 +61,3 @@ import Configuration from './configuration';

billingDocuments: new Collection(this, endpoints.BILLING_DOCUMENTS),
bookingService: bookingServiceMethods(this),
brands: new Collection(this, endpoints.BRANDS),

@@ -62,0 +64,0 @@ conversation: conversationMethods(this),

@@ -8,2 +8,3 @@ export const ACCOUNTS = '/v1/accounts';

export const BILLING_ITEMS = '/v2/billing_items';
export const BOOKING = '/booking';
export const BRANDS = '/v1/brands';

@@ -10,0 +11,0 @@ export const CONVERSATIONS = '/v1/conversations';

2

package.json
{
"name": "dispatch-node-sdk",
"version": "1.7.1",
"version": "1.8.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
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc