Socket
Book a DemoInstallSign in
Socket

ab-group

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ab-group

Generate ab-groups from user ids for your a/b tests

1.0.1
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

ab-group

Build status styled with prettier

Easily generate ab-groups from user ids for your a/b tests

Usage

const abGroup = require("ab-group");

abGroup("usr_ZvKYlo2C0PT9H6G5"); // returns 0
abGroup("usr_1032D82eZvKYlo2C"); // returns 1

Behavior

  • Deterministic - Given the same input, it will always output the same group.
  • Random - It is not biased towards any of the groups. This is under the assumption that your ids are randomly generated.

API

abGroup(id, groups);
  • id: mandatory. An ID (or any string) to calculate the a/b group from.
  • groups: optional. Number of groups. Defaults for 2 groups (A/B) but you can use it to generate more groups.

Keywords

ab group

FAQs

Package last updated on 04 Jan 2022

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.