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 2.5.0 to 2.5.1

lib/AutoPollConfigService.d.ts.map

3

DEPLOY.md

@@ -35,2 +35,3 @@ # How to deploy

2. Update `common-js` in `js-sdk` and `node-sdk` and re-deploy both packages.
2. Update `common-js` in `js-sdk`, `node-sdk` and `js-ssr-sdk` and re-deploy all packages.
3. Test all packages manually!

@@ -14,1 +14,2 @@ import { AutoPollOptions } from "./ConfigCatClientOptions";

}
//# sourceMappingURL=AutoPollConfigService.d.ts.map

@@ -10,1 +10,2 @@ import { ProjectConfig } from "./ProjectConfig";

}
//# sourceMappingURL=Cache.d.ts.map

@@ -53,1 +53,2 @@ import { IConfigCatKernel } from ".";

}
//# sourceMappingURL=ConfigCatClient.d.ts.map

@@ -30,1 +30,2 @@ import { IConfigCatLogger, IAutoPollOptions, ILazyLoadingOptions, IManualPollOptions } from ".";

}
//# sourceMappingURL=ConfigCatClientOptions.d.ts.map

@@ -15,1 +15,2 @@ import { IConfigCatLogger, LogLevel } from ".";

}
//# sourceMappingURL=ConfigCatLogger.d.ts.map

@@ -15,1 +15,2 @@ import { IConfigFetcher, ICache } from ".";

}
//# sourceMappingURL=ConfigServiceBase.d.ts.map
declare class Startup {
static main1(): number;
}
//# sourceMappingURL=debug.d.ts.map

@@ -59,1 +59,2 @@ import { IConfigCatClient } from "./ConfigCatClient";

}
//# sourceMappingURL=index.d.ts.map

@@ -11,1 +11,2 @@ import { IConfigService, ConfigServiceBase } from "./ConfigServiceBase";

}
//# sourceMappingURL=LazyLoadConfigService.d.ts.map

@@ -10,1 +10,2 @@ import { IConfigService, ConfigServiceBase } from "./ConfigServiceBase";

}
//# sourceMappingURL=ManualPollService.d.ts.map

@@ -31,1 +31,2 @@ export declare class ProjectConfig {

}
//# sourceMappingURL=ProjectConfig.d.ts.map

@@ -36,1 +36,2 @@ import { IConfigCatLogger } from ".";

export {};
//# sourceMappingURL=RolloutEvaluator.d.ts.map

@@ -8,1 +8,2 @@ export declare const valid: (version: any) => any;

export declare const gte: (a: any, b: any) => boolean;
//# sourceMappingURL=Semver.d.ts.map
export declare function sha1(msg: any): string;
//# sourceMappingURL=Sha1.d.ts.map
export declare const isUndefined: (comp: any) => boolean;
//# sourceMappingURL=Utils.d.ts.map
{
"name": "configcat-common",
"version": "2.5.0",
"version": "2.5.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/index.js",

@@ -22,4 +22,4 @@ # ConfigCat Common library for JavaScript

## Support
If you need help how to use this lib feel free to to contact the ConfigCat Staff on https://configcat.com. We're happy to help.
## Need help?
https://configcat.com/support

@@ -26,0 +26,0 @@ ## Contributing

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