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

uber-handler

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uber-handler - npm Package Compare versions

Comparing version 0.4.9 to 0.4.10

2

index.js

@@ -11,3 +11,3 @@ requrie('dotenv').config()

this.sandbox = config.sandbox || false;
this.baseURL = process.env.NODE_ENV == 'development' ? process.env.DEV_BASE_URL : this.sandbox
this.baseURL = process.env.NODE_ENV == 'development' ? process.env.DEV_BASE_URL + '/uber' : this.sandbox
? "https://sandbox-api.uber.com/v1.2"

@@ -14,0 +14,0 @@ : "https://api.uber.com/v1.2";

{
"name": "uber-handler",
"version": "0.4.9",
"version": "0.4.10",
"description": "",

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

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