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

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 3.0.0 to 3.0.1

12

lib/cjs/ConfigCatClientOptions.js

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

var index_1 = require("./index");
var VERSION = getVersion();
var VERSION = "3.0.1";
var OptionsBase = /** @class */ (function () {

@@ -104,11 +104,1 @@ function OptionsBase(apiKey, clientVersion, options) {

exports.LazyLoadOptions = LazyLoadOptions;
function getVersion() {
var p;
try {
p = require("../../package.json");
}
catch (_a) {
p = require("../package.json");
}
return p.version;
}

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

import { LogLevel } from "./index";
var VERSION = getVersion();
var VERSION = "3.0.1";
var OptionsBase = /** @class */ (function () {

@@ -101,11 +101,1 @@ function OptionsBase(apiKey, clientVersion, options) {

export { LazyLoadOptions };
function getVersion() {
var p;
try {
p = require("../../package.json");
}
catch (_a) {
p = require("../package.json");
}
return p.version;
}

2

package.json
{
"name": "configcat-common",
"version": "3.0.0",
"version": "3.0.1",
"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/cjs/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