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

@findhotel/sapi

Package Overview
Dependencies
Maintainers
3
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@findhotel/sapi - npm Package Compare versions

Comparing version 0.20.3 to 0.20.4

4

CHANGELOG.md

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

## [0.20.4](https://github.com/FindHotel/sapi/compare/v0.20.3...v0.20.4) (2021-08-20)
### Added
- Basic logger implementation
## [0.20.3](https://github.com/FindHotel/sapi/compare/v0.20.2...v0.20.3) (2021-08-17)

@@ -2,0 +6,0 @@ ### Changed

@@ -9,2 +9,9 @@ import { AlgoliaSearchOptions } from 'algoliasearch';

export declare type ProfileKey = string;
interface Event {
name: string;
value: any;
}
interface Logger {
log: (event: Event) => void;
}
export interface SapiClient {

@@ -49,2 +56,5 @@ rooms: RoomsFn;

initWithProfile?: Partial<Profile>;
/** External logger to log sapi events */
logger?: Logger;
}
export {};

2

package.json
{
"name": "@findhotel/sapi",
"version": "0.20.3",
"version": "0.20.4",
"description": "FindHotel Search API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display

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