javascript-client icon indicating copy to clipboard operation
javascript-client copied to clipboard

NodeJS and Browser SDK client for Split Software

Results 24 javascript-client issues
Sort by recently updated
recently updated
newest added

I'd like to use [Vercel KV](https://vercel.com/docs/storage/vercel-kv/kv-reference) as my storage. It's an implementation of Redis, but it doesn't expose a Redis URL. Instead, there's a [JavaScript client library](https://www.npmjs.com/package/@vercel/kv) that supports the...

# JS SDK ## What did you accomplish? ## How do we test the changes introduced in this PR? ## Extra Notes

# JS SDK ## What did you accomplish? - Renamed distribution folders from `/lib` to `/cjs` for CommonJS build, and `/es` to `/esm` for EcmaScript Modules build. - Drop support...

# JS SDK ## What did you accomplish? ## How do we test the changes introduced in this PR? ## Extra Notes

# JS SDK ## What did you accomplish? ## How do we test the changes introduced in this PR? ## Extra Notes

# JS SDK ## What did you accomplish? ## How do we test the changes introduced in this PR? ## Extra Notes

# JS SDK ## What did you accomplish? ## How do we test the changes introduced in this PR? ## Extra Notes

# JS SDK ## What did you accomplish? ## How do we test the changes introduced in this PR? ## Extra Notes

https://github.com/splitio/javascript-client/blob/development/src/settings/storage/node.js#L25-L45 The use of the `REDIS_*` env vars is not mentioned on the [Node.js SDK](https://help.split.io/hc/en-us/articles/360020564931-Node-js-SDK). Guess what I had named the env vars that my app was using for its...

# JS SDK ## What did you accomplish? ## How do we test the changes introduced in this PR? ## Extra Notes