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

@filerobot/box

Package Overview
Dependencies
Maintainers
0
Versions
979
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@filerobot/box

Import files from Box, into Filerobot.

  • 3.82.19
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
585
increased by129.41%
Maintainers
0
Weekly downloads
 
Created
Source

@filerobot/box

Plugins Website Version Scaleflex team License CodeSandbox

Filerobot Widget logo

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

Usage

NPM

npm install --save @filerobot/box

YARN

yarn add @filerobot/box

then

import Box from '@filerobot/box'
...
...
...
filerobot.use(Box, propertiesObject)

CDN

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

const box = window.Filerobot.Box
...
...
...
filerobot.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 12 Dec 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