Socket
Socket
Sign inDemoInstall

dispatch-node-sdk

Package Overview
Dependencies
Maintainers
1
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 0.0.25 to 0.0.26

5

dist/lib/dispatch.js

@@ -81,3 +81,4 @@ 'use strict';

organizations: new _Collection2.default(this, endpoints.ORGANIZATIONS),
appointments: new _Collection2.default(this, endpoints.APPOINTMENTS)
appointments: new _Collection2.default(this, endpoints.APPOINTMENTS),
users: new _Collection2.default(this, endpoints.USERS)
};

@@ -340,2 +341,4 @@ }

console.log('Doing request with:', client);
return new Promise(function (resolve, reject) {

@@ -342,0 +345,0 @@ req.do(client).then(resolve).catch(function (err) {

1

lib/dispatch.js

@@ -33,2 +33,3 @@ import _ from 'underscore';

appointments: new Collection(this, endpoints.APPOINTMENTS),
users: new Collection(this, endpoints.USERS),
};

@@ -35,0 +36,0 @@ }

{
"name": "dispatch-node-sdk",
"version": "0.0.25",
"version": "0.0.26",
"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