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

@unleash/proxy

Package Overview
Dependencies
Maintainers
2
Versions
63
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.0.4 to 0.0.5

4

package.json
{
"name": "@unleash/proxy",
"version": "0.0.4",
"version": "0.0.5",
"description": "The Open-Soruce Unleash Proxy",
"main": "dist/index.js",
"main": "dist/server.js",
"scripts": {

@@ -7,0 +7,0 @@ "build": "tsc --pretty",

@@ -5,4 +5,6 @@ # The Unleash Proxy

Unleash API and ensures that you internal feature toggle configuration is not
exposed to the world. It provide :
exposed to the world.
The proxy offers:
- **High performance** - a single proxy instance can handle up towards +7000 req/s, and can be horizontally scaled.

@@ -83,3 +85,3 @@ - **Privacy for end-users** - Your end users are not exposed to the unleash API and can be hosted by you This ensures no user data (userId, IPs, etc) is shared.

```bash
curl curl http://localhost:3000/proxy/health -I
curl http://localhost:3000/proxy/health -I
```

@@ -157,2 +159,2 @@

- [Android Proxy SDK](https://github.com/Unleash/unleash-android-proxy-sdk)
- [iOS Proxy SDK](https://github.com/Unleash/unleash-proxy-client-swift)
- [iOS Proxy SDK](https://github.com/Unleash/unleash-proxy-client-swift)
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