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

@unleash/proxy

Package Overview
Dependencies
Maintainers
4
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unleash/proxy - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

CHANGELOG.md
# Changelog
### 0.3.1
- fix: config.unleashAppName should default to unleashAppName
### 0.3.0

@@ -4,0 +8,0 @@

2

package.json
{
"name": "@unleash/proxy",
"version": "0.3.0",
"version": "0.3.1",
"description": "The Unleash Proxy (Open-Source)",

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

@@ -0,1 +1,6 @@

![Build & Tests](https://github.com/Unleash/unleash-proxy/workflows/Node.js%20CI/badge.svg?branch=main)
[![npm](https://img.shields.io/npm/v/@unleash/proxy)](https://www.npmjs.com/package/@unleash/proxy)
[![Docker Pulls](https://img.shields.io/docker/pulls/unleashorg/unleash-proxy)](https://hub.docker.com/r/unleashorg/unleash-proxy)
# The Unleash Proxy

@@ -2,0 +7,0 @@

@@ -135,3 +135,3 @@ import { Strategy, TagFilter } from 'unleash-client';

unleashAppName:
option.proxyBasePath ||
option.unleashAppName ||
process.env.UNLEASH_APP_NAME ||

@@ -138,0 +138,0 @@ 'unleash-proxy',

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