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.21.1 to 0.21.2

5

CHANGELOG.md

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

## [0.21.2](https://github.com/FindHotel/sapi/compare/v0.21.1...v0.21.2) (2021-09-03)
### Changed
- Cloudfront url instead of CloudFlare for sapi-init
## [0.21.1](https://github.com/FindHotel/sapi/compare/v0.21.0...v0.21.1) (2021-08-31)

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

2

dist/types/packages/core/src/sapi-init.d.ts

@@ -31,3 +31,3 @@ import { SafConfig, SapiFeature, ProfileKey, DateString, Language, Currency } from './types';

}
export declare function sapiInit(profileKey: ProfileKey, { baseUrl, endpoints }: SafConfig, { currency, language, variations }: Options): Promise<InitConfig>;
export declare function sapiInit(profileKey: ProfileKey, { baseCloudFrontUrl, endpoints }: SafConfig, { currency, language, variations }: Options): Promise<InitConfig>;
export {};

@@ -5,2 +5,3 @@ import { DateString, Language } from './types';

baseUrl: string;
baseCloudFrontUrl: string;
endpoints: Record<string, string>;

@@ -7,0 +8,0 @@ }

{
"name": "@findhotel/sapi",
"version": "0.21.1",
"version": "0.21.2",
"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