New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@revolugo/booking-api-client

Package Overview
Dependencies
Maintainers
2
Versions
2151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@revolugo/booking-api-client - npm Package Compare versions

Comparing version 1.3.0-beta.0 to 1.3.0-beta.1

2

package.json

@@ -33,3 +33,3 @@ {

"types": "build/index.d.ts",
"version": "1.3.0-beta.0"
"version": "1.3.0-beta.1"
}

@@ -23,3 +23,3 @@ # Revolugo Booking API Client

const revolugoApiClient = new ApiClient({
apiEnvironment: Revolugo.Environment.LIVE
apiEnvironment: Revolugo.Environment.LIVE,
apiKey: '<public-or-private-api-key-here>',

@@ -32,7 +32,6 @@ apiVersion: 'v1',

| Option | Default | Description |
| ------------------- | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `apiEnvironment` | Required | Target environment for the client (Environment.PRODUCTION \| Environment.SANDBOX)
| `apiKey` | Required | Public or Private Api Key provided by Revolugo
| `apiVersion` | Required | Api version
| Option | Default | Description |
| ------------------- | ------------------ |-------------------------------------------------------------|
| `apiEnvironment` | Required | Target environment for the client (Environment.PRODUCTION \ | Environment.SANDBOX)| `apiKey` | Required | Public or Private Api Key provided by Revolugo |
| `apiVersion` | Required | Api version |
## Usage ##

@@ -39,0 +38,0 @@

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