Socket
Socket
Sign inDemoInstall

@atlaskit/platform-feature-flags

Package Overview
Dependencies
2
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @atlaskit/platform-feature-flags

Platform Feature Flags


Version published
Weekly downloads
65K
decreased by-10.55%
Maintainers
1
Install size
293 kB
Created
Weekly downloads
 

Readme

Source

@atlaskit/platform-feature-flags

Allows usage of feature flags in platform components.

Registration

Feature flags are required to be registered in their respective package before they will be available in the api. This is because the types used in this package are dynamically generated based on flags defined in their "package.json". Definitions can be like so:

{
  'platform-feature-flags': {
    'flag-name': {
      type: 'boolean',
      // required
    },
  },
}

FAQs

Last updated on 06 Nov 2023

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc