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.23 to 0.0.24

4

dist/lib/entities/Collection.js

@@ -52,3 +52,5 @@ 'use strict';

value: function update(id, data) {
return this.client.doAuthenticatedRequest('PATCH', this.getSingleEndpoint(id), data);
return this.client.doAuthenticatedRequest('PATCH', this.getSingleEndpoint(id), data).then(function (response) {
return response[Object.keys(response)[0]];
});
}

@@ -55,0 +57,0 @@ }, {

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