New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@statsig/client-core

Package Overview
Dependencies
Maintainers
4
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@statsig/client-core - npm Package Compare versions

Comparing version 1.8.0-beta.11 to 1.8.0-beta.12

2

package.json
{
"name": "@statsig/client-core",
"version": "1.8.0-beta.11",
"version": "1.8.0-beta.12",
"dependencies": {},

@@ -5,0 +5,0 @@ "type": "commonjs",

@@ -98,3 +98,5 @@ "use strict";

const proxyUrl = (_a = args.proxyUrl) !== null && _a !== void 0 ? _a : this._proxy.getProxyUrl(args.sdkKey, args.url);
console.log('1');
const url = yield this._getPopulatedURL(Object.assign({ proxyUrl }, args));
console.log('2');
const isProxy = !url.includes('https://statsigapi.net/v1');

@@ -105,2 +107,3 @@ const parsedUrl = new URL(url);

const keepalive = (0, VisibilityObserving_1._isUnloading)();
console.log('3');
try {

@@ -115,2 +118,3 @@ const config = {

};
console.log('3');
if (args.isInitialize) {

@@ -124,2 +128,3 @@ Diagnostics_1.Diagnostics._markInitNetworkReqStart(args.sdkKey, {

clearTimeout(handle);
console.log('4');
if (!response.ok) {

@@ -126,0 +131,0 @@ const text = yield response.text().catch(() => 'No Text');

@@ -1,2 +0,2 @@

export declare const SDK_VERSION = "1.8.0-beta.11";
export declare const SDK_VERSION = "1.8.0-beta.12";
export type StatsigMetadata = {

@@ -3,0 +3,0 @@ readonly [key: string]: string | undefined;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.StatsigMetadataProvider = exports.SDK_VERSION = void 0;
exports.SDK_VERSION = '1.8.0-beta.11';
exports.SDK_VERSION = '1.8.0-beta.12';
let metadata = {

@@ -6,0 +6,0 @@ sdkVersion: exports.SDK_VERSION,

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