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

@box/languages

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@box/languages

Supported languages for Box projects

  • 1.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
443
decreased by-50.17%
Maintainers
0
Weekly downloads
 
Created
Source

Project for listing the locales that other box frontend projects are using when building. When adding a new locale, please bump up the version in package.json before publishing to npmjs.

To add a new locale

  1. Add the new locale in index.js.
  2. Bump the version in package.json.
  3. Run the "Release Box Languages" Jenkins job to publish to npmjs.

Usage examples:

To get the list of BCP-47 language tags that are officially supported by Box:

const languages = require('@box/languages');
languages.forEach(...do something...);

To get the full languages object that are officially supported by Box:

const { boxLanguages } = require('@box/languages');
boxLanguages.forEach(...do something...);

FAQs

Package last updated on 28 Jun 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