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.2.0 to 5.3.0

lib/cjs/Polyfills.d.ts

2

lib/cjs/index.js

@@ -7,2 +7,4 @@ "use strict";

var ConfigCatLogger_1 = require("./ConfigCatLogger");
var Polyfills_1 = require("./Polyfills");
(0, Polyfills_1.setupPolyfills)();
/**

@@ -9,0 +11,0 @@ * Create an instance of ConfigCatClient and setup AutoPoll mode

import { ConfigCatClient } from "./ConfigCatClient";
import { AutoPollOptions, ManualPollOptions, LazyLoadOptions } from "./ConfigCatClientOptions";
import { ConfigCatConsoleLogger } from "./ConfigCatLogger";
import { setupPolyfills } from "./Polyfills";
setupPolyfills();
/**

@@ -5,0 +7,0 @@ * Create an instance of ConfigCatClient and setup AutoPoll mode

@@ -7,2 +7,4 @@ "use strict";

var ConfigCatLogger_1 = require("./ConfigCatLogger");
var Polyfills_1 = require("./Polyfills");
(0, Polyfills_1.setupPolyfills)();
/**

@@ -9,0 +11,0 @@ * Create an instance of ConfigCatClient and setup AutoPoll mode

2

package.json
{
"name": "configcat-common",
"version": "5.2.0",
"version": "5.3.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",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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