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 0.0.1-beta.19 to 0.0.1-beta.20

2

package.json
{
"name": "@statsig/client-core",
"version": "0.0.1-beta.19",
"version": "0.0.1-beta.20",
"dependencies": {},

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

@@ -47,3 +47,6 @@ "use strict";

var _a;
return typeof ((_a = proto === null || proto === void 0 ? void 0 : proto.constructor) === null || _a === void 0 ? void 0 : _a[prop]) === 'function';
if (prop === 'caller' || prop === 'arguments' || prop === 'callee') {
return false;
}
return (typeof ((_a = proto === null || proto === void 0 ? void 0 : proto.constructor) === null || _a === void 0 ? void 0 : _a[prop]) === 'function');
})

@@ -50,0 +53,0 @@ .forEach((name) => names.add(name));

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.StatsigMetadataProvider = void 0;
const SDK_VERSION = '0.0.1-beta.19';
const SDK_VERSION = '0.0.1-beta.20';
let metadata = {

@@ -6,0 +6,0 @@ sdkVersion: 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