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.8.0 to 1.8.1

2

dist/lib/bookingService.js

@@ -25,3 +25,3 @@ 'use strict';

var headers = _extends({}, options.headers, {
'Account-ID': accountId
'X-Account-ID': accountId
});

@@ -28,0 +28,0 @@ options.headers = headers;

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

...options.headers,
'Account-ID': accountId,
'X-Account-ID': accountId,
};

@@ -12,0 +12,0 @@ options.headers = headers;

@@ -20,3 +20,3 @@ import expect from 'expect';

reqheaders: {
'Account-ID': '8',
'X-Account-ID': '8',
},

@@ -23,0 +23,0 @@ })

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