You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@hubspot/app-functions-dev-server

Package Overview
Dependencies
Maintainers
27
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hubspot/app-functions-dev-server - npm Package Compare versions

Comparing version

to
0.8.17

2

dist/services/AppProxyService.js

@@ -49,3 +49,3 @@ "use strict";

const url = new URL(requestUri);
const localMapping = localDevUrlMapping[url.origin];
const localMapping = localDevUrlMapping[url.origin] || localDevUrlMapping[`${url.origin}/`];
if (!localMapping) {

@@ -52,0 +52,0 @@ return requestUri;

{
"name": "@hubspot/app-functions-dev-server",
"version": "0.8.16",
"version": "0.8.17",
"description": "A tool for testing HubSpot private app functions locally",

@@ -12,3 +12,3 @@ "engines": {

"@hubspot/api-client": "^10.0.0",
"axios": "^1.6.7",
"axios": "^1.6.8",
"body-parser": "1.20.2",

@@ -50,3 +50,3 @@ "cors": "^2.8.5",

},
"gitHead": "706b594ee7fce544d7261eb8e16b73a77264b506"
"gitHead": "c056fcf4f48454c6f4cd7986fd1f5b5f619d1605"
}