Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@scaleflex/widget-box

Package Overview
Dependencies
Maintainers
0
Versions
18
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.

latest
npmnpm
Version
4.0.7
Version published
Weekly downloads
16
-92.56%
Maintainers
0
Weekly downloads
 
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 15 Sep 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