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.4.2 to 1.5.0

dist/lib/entities/appointment.js

5

dist/lib/dispatch.js

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

var _appointment = require('./entities/appointment');
var _appointment2 = _interopRequireDefault(_appointment);
var _attachment = require('./entities/attachment');

@@ -137,2 +141,3 @@

alerts: (0, _alert2.default)(this),
appointment: (0, _appointment2.default)(this),
appointments: new _Collection2.default(this, endpoints.APPOINTMENTS),

@@ -139,0 +144,0 @@ attachment: (0, _attachment2.default)(this),

2

lib/dispatch.js

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

import alertMethods from './entities/alert';
import appointmentMethods from './entities/appointment';
import attachmentMethods from './entities/attachment';

@@ -55,2 +56,3 @@ import Collection from './entities/Collection';

alerts: alertMethods(this),
appointment: appointmentMethods(this),
appointments: new Collection(this, endpoints.APPOINTMENTS),

@@ -57,0 +59,0 @@ attachment: attachmentMethods(this),

2

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc