Socket
Socket
Sign inDemoInstall

optimizely-client-sdk

Package Overview
Dependencies
69
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    optimizely-client-sdk

JavaScript SDK for Optimizely X Full Stack


Version published
Weekly downloads
947
decreased by-7.61%
Maintainers
3
Install size
6.92 MB
Created
Weekly downloads
 

Changelog

Source

1.6.0

  • Bump optimizely-server-sdk to version 1.5.0, which includes:
    • Implemented IP anonymization.
    • Implemented bucketing IDs.
    • Implemented notification listeners.

Readme

Source

Optimizely JavaScript SDK

This repository houses the JavaScript SDK for Optimizely X Full Stack.

Getting Started

Installing the SDK

The SDK is available through npm. To install:

npm install optimizely-client-sdk --save

Or to use in a non CommonJS fashion:

  1. Run npm run build
  2. Pull in dist/optimizely.min.js as a <script>
  3. Use as global variable window.optimizelyClient

Using the SDK

See the Optimizely X Full Stack testing developer documentation to learn how to set up your first JavaScript project and use the SDK.

Development

Installing dependencies

npm install

Unit tests

You can run all unit tests with:

npm test

Contributing

Please see CONTRIBUTING.

Keywords

FAQs

Last updated on 19 Dec 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc