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

tigerbay

Package Overview
Dependencies
Maintainers
0
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.1.0-beta.3 to 1.1.0-beta.4

4

lib/models/passengers.d.ts

@@ -37,3 +37,3 @@ import { AxiosInstance } from "axios";

insurances(): Promise<Insurance[]>;
addInsurance(insurance: Omit<Insurance, 'Id'>): Promise<Insurance>;
addInsurance(insurance: Omit<Omit<Insurance, 'Id'>, 'CreatedDate'>): Promise<Insurance>;
deleteInsurance(id: number): Promise<void>;

@@ -72,3 +72,3 @@ /**

StartDate: string | Date;
EndDate: string | Date;
ExpiryDate: string | Date;
CreatedDate: string | Date;

@@ -75,0 +75,0 @@ TermsAccepted: boolean;

{
"name": "tigerbay",
"version": "1.1.0-beta.3",
"version": "1.1.0-beta.4",
"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