Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@outreach/launchdarkly-js-extension-sdk

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@outreach/launchdarkly-js-extension-sdk

LaunchDarkly browser extension background service worker sdk

  • 1.1.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
261
increased by64.15%
Maintainers
0
Weekly downloads
 
Created
Source

@outreach/launchdarkly-js-extension-sdk

LaunchDarkly SDK for browser extension background service workers.

The SDK is built on top of js-sdk-common which is not an official API provided by LaunchDarkly. This SDK can break with feature releases of js-sdk-common.

The implementation of the SDK is similar to browser SDK with following differences:

  • It uses fetch instead of XMLHttpRequest for network requests
  • It uses chrome.storage.local for flag caching instead of localStorage
  • It hooks to chrome.runtime.onSuspend for cleanup (flushing analytic events) instead of unload event listener

FAQs

Package last updated on 18 Jul 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc