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.22 to 0.0.23

5

lib/entities/Collection.js

@@ -30,3 +30,6 @@ /**

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

@@ -33,0 +36,0 @@

2

package.json
{
"name": "dispatch-node-sdk",
"version": "0.0.22",
"version": "0.0.23",
"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