New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@unleash/proxy-client-svelte

Package Overview
Dependencies
Maintainers
6
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unleash/proxy-client-svelte - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

package.json
{
"name": "@unleash/proxy-client-svelte",
"version": "0.0.4",
"version": "0.0.5",
"description": "Svelte interface for working with Unleash",

@@ -38,4 +38,4 @@ "files": [

"dependencies": {
"unleash-proxy-client": "^2.1.0"
"unleash-proxy-client": "^2.5.0"
}
}
{
"name": "@unleash/proxy-client-svelte",
"version": "0.0.4",
"version": "0.0.5",
"description": "Svelte interface for working with Unleash",

@@ -27,3 +27,3 @@ "files": [

"dependencies": {
"unleash-proxy-client": "^2.1.0"
"unleash-proxy-client": "^2.5.0"
},

@@ -30,0 +30,0 @@ "exports": {

@@ -31,7 +31,6 @@ # proxy-client-svelte

const config = {
url: 'https://HOSTNAME/proxy',
clientKey: 'PROXYKEY',
url: 'https://UNLEASH-INSTANCE/api/frontend',
clientKey: 'CLIENT—SIDE—API—TOKEN',
refreshInterval: 15,
appName: 'your-app-name',
environment: 'dev'
};

@@ -59,7 +58,6 @@ </script>

const config = {
url: 'https://HOSTNAME/proxy',
clientKey: 'PROXYKEY',
url: 'https://UNLEASH-INSTANCE/api/frontend',
clientKey: 'CLIENT—SIDE—API—TOKEN',
refreshInterval: 15,
appName: 'your-app-name',
environment: 'dev'
};

@@ -66,0 +64,0 @@

@@ -31,7 +31,6 @@ # proxy-client-svelte

const config = {
url: 'https://HOSTNAME/proxy',
clientKey: 'PROXYKEY',
url: 'https://UNLEASH-INSTANCE/api/frontend',
clientKey: 'CLIENT—SIDE—API—TOKEN',
refreshInterval: 15,
appName: 'your-app-name',
environment: 'dev'
};

@@ -59,7 +58,6 @@ </script>

const config = {
url: 'https://HOSTNAME/proxy',
clientKey: 'PROXYKEY',
url: 'https://UNLEASH-INSTANCE/api/frontend',
clientKey: 'CLIENT—SIDE—API—TOKEN',
refreshInterval: 15,
appName: 'your-app-name',
environment: 'dev'
};

@@ -66,0 +64,0 @@

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