Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tigerbay

Package Overview
Dependencies
Maintainers
1
Versions
66
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 1.0.0-beta.7 to 1.0.0-beta.9

2

lib/models/cache.d.ts

@@ -103,3 +103,3 @@ import { APIGroup } from "./common";

FlightGroups: FlightGroup[];
LinkedCustomer: DepartureLinkedCutomer[];
LinkedCustomers: DepartureLinkedCutomer[];
}

@@ -106,0 +106,0 @@ export interface DepartureLinkedCutomer {

@@ -27,3 +27,3 @@ "use strict";

const query = qs_1.default.stringify({ search: params });
return (yield this.axios.get(`/sales/customers/search?${query}`)).data;
return (yield this.axios.get(`/sales/customers?${query}`)).data;
});

@@ -30,0 +30,0 @@ }

{
"name": "tigerbay",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.9",
"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