Socket
Socket
Sign inDemoInstall

optimizely-client-sdk

Package Overview
Dependencies
70
Maintainers
5
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
554
decreased by-23.59%
Maintainers
5
Created
Weekly downloads
 

Changelog

Source

1.3.0

  • Bump optimizely-server-sdk to version 1.2.0, which includes:
    • Introduce support for event tags.
    • Add optional eventTags argument to track method signature.
    • Removed optional eventValue argument from track method signature.
    • Removed optional sessionId argument from activate and track method signatures.
    • Allow log level config on createInstance method.

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. Pull in dist/optimizely.min.js as a <script>
  2. 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 14 Mar 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