You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@optimizely/optimizely-sdk

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@optimizely/optimizely-sdk - npm Package Versions

1
35
9

4.6.1

Diff
o
optimizely-fullstack
published 4.6.1 •

Changelog

Source

[4.6.1] - July 8, 2021

Bug fixes

  • Bumped event-processor packages to version 0.8.2
  • Fixed serving incorrect variation issue in projects containing multiple flags with same key rules (#687)
o
optimizely-fullstack
published 4.6.0 •

Changelog

Source

[4.6.0] - May 27, 2021

New Features

  • Added support for multiple concurrent prioritized experiments per flag (#664)

Bug fixes

  • Fixed the issue of forced-variation and whitelist not working properly with exclusion group experiments (#664)
  • Bumped datafile-manager and event-processor packages to version 0.8.1.
o
optimizely-fullstack
published 4.5.1 •

Changelog

Source

[4.5.1] - March 2, 2021

Bug fixes

  • Refactored TypeScript type definitions to have OptimizelyUserContext and OptimizelyDecision imported from shared_types to provide isolation from internal modules (#655)
o
optimizely-fullstack
published 4.5.0 •

Changelog

Source

[4.5.0] - February 17, 2021

New Features

o
optimizely-fullstack
published 4.5.0-beta •

Changelog

Source

[4.5.0-beta] - February 10, 2021

New Features

o
optimizely-fullstack
published 4.4.3 •

Changelog

Source

[4.4.3] - November 23, 2020

Bug fixes

  • Refactored TypeScript type definitions to have OptimizelyOptions imported from shared_types to provide isolation from internal modules (#629)
o
optimizely-fullstack
published 4.4.2 •

Changelog

Source

[4.4.2] - November 19, 2020

Bug fixes

  • In Optimizely class, use any type when assigning the return value of setTimeout. This is to allow it to type check regardless of whether it uses the browser or Node version of setTimeout (PR #623), (Issue #622)
  • Allowed to pass string type logLevel to createInstance. (PR #627), (Issue #614)
  • Excluded suppressImplicitAnyIndexErrors from TSconfig and resolved reported TS compiler issues (PR #616), (Issue #613)
  • Refactored TypeScript type definitions to only import from shared_types to provide isolation from internal modules (#625)

New Features

  • Added enabled field to decision metadata structure to support upcoming application-controlled introduction of tracking for non-experiment Flag decisions (#619)
o
optimizely-fullstack
published 4.4.1 •

Changelog

Source

[4.4.1] - November 5, 2020

Bug fixes

  • Allowed using --isolatedModules flag in TSConfig file by fixing exports in event processor (#610)
  • Fixed strictNullChecks type errors (#611)
o
optimizely-fullstack
published 4.4.0 •

Changelog

Source

[4.4.0] - November 2, 2020

New Features

  • Added support sending impression events every time a decision is made (#599)
o
optimizely-fullstack
published 4.3.4 •

Changelog

Source

[4.3.4] - October 8, 2020

Bug fixes

  • The prior version (4.3.3) was erroneously published with the wrong content. This version contains up-to-date content, with no new changes.