Socket
Socket
Sign inDemoInstall

configcat-common

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

configcat-common - npm Package Compare versions

Comparing version 5.3.0 to 6.0.0

2

lib/cjs/ConfigCatClientOptions.js

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

OptionsBase.prototype.getUrl = function () {
return this.baseUrl + "/configuration-files/" + this.apiKey + "/" + this.configFileName + ".json";
return this.baseUrl + "/configuration-files/" + this.apiKey + "/" + this.configFileName + ".json" + "?sdk=" + this.clientVersion;
};

@@ -85,0 +85,0 @@ OptionsBase.prototype.getCacheKey = function () {

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

OptionsBase.prototype.getUrl = function () {
return this.baseUrl + "/configuration-files/" + this.apiKey + "/" + this.configFileName + ".json";
return this.baseUrl + "/configuration-files/" + this.apiKey + "/" + this.configFileName + ".json" + "?sdk=" + this.clientVersion;
};

@@ -85,0 +85,0 @@ OptionsBase.prototype.getCacheKey = function () {

@@ -79,3 +79,3 @@ var __extends = (this && this.__extends) || (function () {

OptionsBase.prototype.getUrl = function () {
return this.baseUrl + "/configuration-files/" + this.apiKey + "/" + this.configFileName + ".json";
return this.baseUrl + "/configuration-files/" + this.apiKey + "/" + this.configFileName + ".json" + "?sdk=" + this.clientVersion;
};

@@ -82,0 +82,0 @@ OptionsBase.prototype.getCacheKey = function () {

{
"name": "configcat-common",
"version": "5.3.0",
"version": "6.0.0",
"description": "ConfigCat is a configuration as a service that lets you manage your features and configurations without actually deploying new code.",

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

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