Socket
Socket
Sign inDemoInstall

configcat-js-ssr

Package Overview
Dependencies
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

configcat-js-ssr - npm Package Compare versions

Comparing version 7.1.0 to 7.1.1

2

lib/ConfigFetcher.js

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

_b.trys.push([1, 3, , 4]);
return [4 /*yield*/, (0, axios_1.default)(axiosConfig)];
return [4 /*yield*/, axios_1.default(axiosConfig)];
case 2:

@@ -35,0 +35,0 @@ response = _b.sent();

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

export default "7.1.0";
export default "7.1.1";

@@ -43,3 +43,3 @@ import type { IAutoPollOptions, IConfigCatClient, IConfigCatLogger, ILazyLoadingOptions, IManualPollOptions, LogLevel, OverrideBehaviour, SettingValue } from "configcat-common";

}
export type OptionsForPollingMode<TMode extends PollingMode | undefined> = TMode extends PollingMode.AutoPoll ? IJSAutoPollOptions : TMode extends PollingMode.ManualPoll ? IJSManualPollOptions : TMode extends PollingMode.LazyLoad ? IJSLazyLoadingOptions : TMode extends undefined ? IJSAutoPollOptions : never;
export declare type OptionsForPollingMode<TMode extends PollingMode | undefined> = TMode extends PollingMode.AutoPoll ? IJSAutoPollOptions : TMode extends PollingMode.ManualPoll ? IJSManualPollOptions : TMode extends PollingMode.LazyLoad ? IJSLazyLoadingOptions : TMode extends undefined ? IJSAutoPollOptions : never;
export { PollingMode } from "configcat-common";

@@ -46,0 +46,0 @@ export type { IOptions } from "configcat-common";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = "7.1.0";
exports.default = "7.1.1";
{
"name": "configcat-js-ssr",
"version": "7.1.0",
"version": "7.1.1",
"description": "ConfigCat Feature Flags for Server Side Rendered apps like NuxtJS. Official ConfigCat SDK for Server Side Rendered to easily access feature flags.",

@@ -49,3 +49,3 @@ "main": "lib/index.js",

"axios": "^0.27.2",
"configcat-common": "^8.1.0",
"configcat-common": "^8.1.1",
"tslib": "^2.4.1"

@@ -79,3 +79,3 @@ },

"ts-loader": "^9.3.1",
"typescript": "^4.9.4",
"typescript": "^4.0.2",
"webpack": "^5.77.0",

@@ -82,0 +82,0 @@ "webpack-auto-inject-version": "^1.2.2",

Sorry, the diff of this file is too big to display

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