Socket
Socket
Sign inDemoInstall

@growthbook/proxy

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@growthbook/proxy - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

2

dist/services/registrar/index.js

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

return __awaiter(this, void 0, void 0, function* () {
const url = `${this.growthbookApiHost}/api/v1/sdk-connections?withProxy=1&limit=100`;
const url = `${this.growthbookApiHost}/api/v1/sdk-connections?limit=100`;
const headers = {

@@ -88,0 +88,0 @@ Authorization: `Bearer ${this.secretApiKey}`,

@@ -7,3 +7,3 @@ {

"description": "GrowthBook proxy server for caching, realtime updates, telemetry, etc",
"version": "1.0.20",
"version": "1.0.21",
"main": "dist/app.js",

@@ -10,0 +10,0 @@ "license": "MIT",

@@ -95,3 +95,3 @@ import got from "got";

private async pollForConnections() {
const url = `${this.growthbookApiHost}/api/v1/sdk-connections?withProxy=1&limit=100`;
const url = `${this.growthbookApiHost}/api/v1/sdk-connections?limit=100`;
const headers = {

@@ -98,0 +98,0 @@ Authorization: `Bearer ${this.secretApiKey}`,

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