Socket
Socket
Sign inDemoInstall

tigerbay

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tigerbay - npm Package Compare versions

Comparing version 0.4.7 to 0.5.1

12

lib/models/reservations.js

@@ -128,3 +128,7 @@ "use strict";

return __awaiter(this, void 0, void 0, function* () {
yield this.axios.patch(`/sales/reservations/${id}`, updates);
yield this.axios.patch(`/sales/reservations/${id}`, updates, {
headers: {
"Content-Type": "application/json-patch+json"
}
});
return;

@@ -141,3 +145,7 @@ });

return __awaiter(this, void 0, void 0, function* () {
yield this.axios.patch(`/sales/reservations/${id}/passengers/${passengerId}`, updates);
yield this.axios.patch(`/sales/reservations/${id}/passengers/${passengerId}`, updates, {
headers: {
"Content-Type": "application/json-patch+json"
}
});
return;

@@ -144,0 +152,0 @@ });

2

lib/version.d.ts

@@ -1,1 +0,1 @@

export declare const VERSION = "0.2.3";
export declare const VERSION = "0.5.1";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = "0.2.3";
exports.VERSION = "0.5.1";
//# sourceMappingURL=version.js.map
{
"name": "tigerbay",
"version": "0.4.7",
"version": "0.5.1",
"description": "API Client library for TigerBay",

@@ -5,0 +5,0 @@ "main": "lib/client.js",

Sorry, the diff of this file is not supported yet

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