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

@filerobot/box

Package Overview
Dependencies
Maintainers
4
Versions
1030
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.

  • 1.0.0
  • npm
  • Socket score

Version published
Weekly downloads
1.8K
increased by48.29%
Maintainers
4
Weekly downloads
 
Created
Source

@filerobot/box

Usage

From NPM

The plugin is on NPM as @filerobot/box

npm install --save @filerobot/box

then

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

From CDN

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

const box = window.Filerobot.Box
...
...
...
filerobot.use(box, optionsObject)

Options

There are some few options for this plugin for helping in customization, as follow:

title: string

default: 'Box'

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

companionHeaders: null | object | object

default: null

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

FAQs

Package last updated on 28 Sep 2022

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