Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

statsig-node-lite

Package Overview
Dependencies
Maintainers
9
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

statsig-node-lite - npm Package Compare versions

Comparing version
0.5.0
to
0.5.1
+4
-3
dist/SpecStore.js

@@ -292,5 +292,6 @@ "use strict";

_c.trys.push([1, 3, 4, 5]);
path = '/download_config_specs' +
"/".concat(this.sdkKey, ".json") +
"?sinceTime=".concat(this.lastUpdateTime);
path = '/download_config_specs' + "/".concat(this.sdkKey, ".json");
if (this.lastUpdateTime > 0) {
path += "?sinceTime=".concat(this.lastUpdateTime);
}
url = ((_b = (_a = this.apiForDownloadConfigSpecs) !== null && _a !== void 0 ? _a : this.api) !== null && _b !== void 0 ? _b : DEFAULT_API_FOR_DOWNLOAD_CONFIG_SPECS) + path;

@@ -297,0 +298,0 @@ return [4 /*yield*/, this.fetcher.get(url)];

{
"name": "statsig-node-lite",
"version": "0.5.0",
"version": "0.5.1",
"description": "A slimmed version of the Statsig Node.js SDK.",

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