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.1.8 to 1.1.9-beta.0

7

build/booking-api-client.js

@@ -64,3 +64,8 @@ "use strict";

headers: {
'x-api-key': this.config.apiKey
'x-api-key': this.config.apiKey,
...(process.env.NODE_ENV === 'development' && process.env.X_CONSUMER_CUSTOM_ID
? {
'x-consumer-custom-id': process.env.X_CONSUMER_CUSTOM_ID
}
: {})
},

@@ -67,0 +72,0 @@ middleware: [new CorsMiddleware()]

2

package.json

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

"types": "build/index.d.ts",
"version": "1.1.8"
"version": "1.1.9-beta.0"
}

@@ -57,3 +57,8 @@ import fetch from 'cross-fetch'

headers: {
'x-api-key': this.config.apiKey
'x-api-key': this.config.apiKey,
...(process.env.NODE_ENV === 'development' && process.env.X_CONSUMER_CUSTOM_ID
? {
'x-consumer-custom-id': process.env.X_CONSUMER_CUSTOM_ID
}
: {})
},

@@ -60,0 +65,0 @@ middleware: [new CorsMiddleware()]

Sorry, the diff of this file is not supported yet

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