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

@filerobot/informer

Package Overview
Dependencies
Maintainers
2
Versions
1543
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@filerobot/informer

A notification and error pop-up bar for Filerobot.

  • 1.0.49
  • npm
  • Socket score

Version published
Weekly downloads
1.9K
decreased by-43.96%
Maintainers
2
Weekly downloads
 
Created
Source

@filerobot/informer

A pop-up alert for showing info, warnings or errors when there is something needs to show some message with any of the mentioned types.

Usage

From NPM

The plugin is on NPM as @filerobot/informer

npm install --save @filerobot/informer

then

import Informer from '@filerobot/informer'
...
...
...
filerobot.use(Informer, optionsObject)

From CDN

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

const Informer = window.Filerobot.Informer
...
...
...
filerobot.use(Informer, optionsObject)

If you are using @filerobot/explorer pluign you don't need to manually import this plugin as it is being imported automatically there with its styles and the default id Explorer:Informer Unless the Explorer id is changed.

Plugin's styles

import '@filerobot/core/dist/style.css'
import '@filerobot/informer/dist/style.css'

or if you prefer the minified version

import '@filerobot/core/dist/style.min.css'
import '@filerobot/informer/dist/style.min.css'

The plugin's css file should be imported after the Core's css file for having the styles shown correctly.

Options

id: string (optional)

default: 'Informer'

An unique identifier for the plugin to be indentified between the other plugins through it.

FAQs

Package last updated on 09 Aug 2021

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