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

fenix-ui-analysis

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fenix-ui-analysis

FENIX analysis

  • 3.0.0-beta.86
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

FENIX Analysis

var Analysis = require('fx-analysis/start');

var analysis = new Analysis({
        el : "#analysis-container",
        ...
    });

Configuration

Check fx-analysis/config/config.js to have a look of the default configuration.

ParameterTypeDefault ValueExampleDescription
elCSS3 Selector/JavaScript DOM element/jQuery DOM element - "#container"component container
cachebooleanfalsetruewhether or not to use FENIX bridge cache
environmentstring'develop''production'Server environment
langstring'EN''IT'Multilingual
catalogObject || false - - Proxied FENIX Catalog configuration. Check FENIX Catalog. `false` to do not render catalog
boxObject - - Proxied FENIX Visualization Box configuration. Check FENIX Visualization Box.

API

//This is an example
analysis.on("catalog.show", function () {...});
  • analysis.on(event, callback[, context]) : pub/sub
  • analysis.dispose() : dispose the analysis instance

Events

  • catalog.show : triggered when a catalog is shown
  • ready : triggered when a instance is ready

FAQs

Package last updated on 16 Sep 2019

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