🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.Learn more →
Socket
Book a DemoInstallSign in
Socket

@scaleflex/widget-box

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scaleflex/widget-box

Import files from Box, into Scaleflex.

npmnpm
Version
4.0.3
Version published
Maintainers
4
Created
Source

@scaleflex/widget-box

Plugins Website Version Scaleflex team License CodeSandbox

Scaleflex Widget logo

The Box plugin for Scaleflex Media Asset Widget lets users import files from their Box account.

Usage

NPM

npm install --save @scaleflex/widget-box

YARN

yarn add @scaleflex/widget-box

then

import Box from '@scaleflex/widget-box'
...
...
...
scaleflexWidget.use(Box, propertiesObject)

CDN

The plugin from CDN is found inside Scaleflex global object Scaleflex.Box

const box = window.ScaleflexWidget.Box
...
...
...
scaleflexWidget.use(box, propertiesObject)

Properties

title

Type: string.

Default: Box

The title/label that would be shown & used for the plugin.

companionHeaders

Type: null | object.

Default: null

If you need to pass additional headers for in companion requests then pass them in this property.

FAQs

Package last updated on 26 Aug 2025

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