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.1 to 0.3.2

3

CHANGELOG.md
# Changelog
### 0.3.2
- fix: perform build before publish!
### 0.3.1

@@ -4,0 +7,0 @@

2

dist/config.js

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

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

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

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

@@ -10,3 +10,4 @@ "main": "dist/index.js",

"lint": "eslint ./src",
"test": "jest"
"test": "jest",
"prepare": "npm run build"
},

@@ -13,0 +14,0 @@ "repository": {

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