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

configcat-js-ssr

Package Overview
Dependencies
Maintainers
1
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 3.1.0 to 3.2.0

7

lib/index.d.ts

@@ -34,3 +34,8 @@ import * as configcatcommon from "configcat-common";

}
export declare type DataGovernance = configcatcommon.DataGovernance;
export declare const DataGovernance: {
/** Select this if your feature flags are published to all global CDN nodes. */
Global: configcatcommon.DataGovernance;
/** Select this if your feature flags are published to CDN nodes only in the EU. */
EuOnly: configcatcommon.DataGovernance;
};
//# sourceMappingURL=index.d.ts.map

@@ -45,1 +45,7 @@ "use strict";

exports.createConsoleLogger = createConsoleLogger;
exports.DataGovernance = {
/** Select this if your feature flags are published to all global CDN nodes. */
Global: configcatcommon.DataGovernance.Global,
/** Select this if your feature flags are published to CDN nodes only in the EU. */
EuOnly: configcatcommon.DataGovernance.EuOnly
};

2

package.json
{
"name": "configcat-js-ssr",
"version": "3.1.0",
"version": "3.2.0",
"description": "ConfigCat Feature Flags for Server Side Rendered apps like NuxtJS. Official ConfigCat SDK for Server Side Rendered to easily access feature flags.",

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

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