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

statsig-js-local-eval

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

statsig-js-local-eval

A slimmed version of the Statsig JavaScript client SDK that evaluates rules locally

  • 1.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

Statsig

npm version jsdelivr

Statsig JS with Local Evaluation SDK

A slimmed version of the Javascript that operates on the rule definitions to evaluate any gate/experiment locally (more like a Statsig server SDK). This means when you change the user object or set of properties to check against, you do not need to make a network request to statsig - the SDK already has everything it needs to evaluate an arbitrary user object against an experiment or feature gate. You can choose to host the rulesets for your project on your own CDN, or to inline them in your server page response.

Statsig helps you move faster with feature gates (feature flags), and/or dynamic configs. It also allows you to run A/B/n tests to validate your new features and understand their impact on your KPIs. If you're new to Statsig, check out our product and create an account at statsig.com.

Getting Started

Check out our SDK docs to get started.

Supported Features

  • Gate Checks
  • Dynamic Configs
  • Layers/Experiments
  • Custom Event Logging
  • Synchronous and Asynchronous initialization

Unsupported Features - relative to statsig-js

  • Local Overrides
  • Extended Browser Support
  • Big ID List based segments (>1k IDs)
  • IP/UA Based Checks, inferred country from IP

Keywords

FAQs

Package last updated on 20 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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