1.4.0 • Published 2 months ago

statsig-js-local-eval v1.4.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

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
1.4.0

2 months ago

1.3.2

3 months ago

1.3.1

3 months ago

1.3.0

4 months ago

1.2.0

6 months ago

1.1.0

8 months ago

1.0.0

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

9 months ago