Sign In

@shipeasy/openfeature

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shipeasy/openfeature

OpenFeature providers for Shipeasy — server (Node) and web (browser).

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@shipeasy/openfeature

OpenFeature providers for Shipeasy — a pure adapter over the SDK's local evaluation, so flags resolve exactly as they do natively.

npm install @shipeasy/openfeature
EntrypointPair with
@shipeasy/openfeature/server@openfeature/server-sdk
@shipeasy/openfeature/web@openfeature/web-sdk
import { OpenFeature } from "@openfeature/server-sdk";
import { ShipeasyProvider } from "@shipeasy/openfeature/server";

// configure() first — the provider wraps the engine it builds.
await OpenFeature.setProviderAndWait(new ShipeasyProvider());

@shipeasy/sdk is a peer, not a dependency: the provider wraps the engine your configure() call already built, so it must resolve to the same installed copy.

Full docs: https://shipeasy-ai.github.io/sdk-ts/pages/openfeature.md

FAQs

Package last updated on 26 Jul 2026

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