Socket
Socket
Sign inDemoInstall

dispatch-node-sdk

Package Overview
Dependencies
Maintainers
21
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 3.9.1 to 3.9.2

4

dist/lib/entities/Collection.js

@@ -78,4 +78,4 @@ 'use strict';

key: 'delete',
value: function _delete(id, options) {
return this.client.doAuthenticatedRequest('DELETE', this.getSingleEndpoint(id), null, options);
value: function _delete(id, data, options) {
return this.client.doAuthenticatedRequest('DELETE', this.getSingleEndpoint(id), data, options);
}

@@ -82,0 +82,0 @@ }, {

@@ -48,4 +48,4 @@ /**

delete(id, options) {
return this.client.doAuthenticatedRequest('DELETE', this.getSingleEndpoint(id), null, options);
delete(id, data, options) {
return this.client.doAuthenticatedRequest('DELETE', this.getSingleEndpoint(id), data, options);
}

@@ -52,0 +52,0 @@

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