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

loopback-component-visualizer

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loopback-component-visualizer

Loopback component to visualize models and their relationships

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
50
decreased by-46.81%
Maintainers
3
Weekly downloads
 
Created
Source

loopback-component-visualizer

Build status Dep Badge codecov GitHub issues

Introduction

Visualizing a model is sometimes a difficult task. Its becomes more worse when the data model gets larger, trying to understand how models relate to eachother.

loopback-component-visualizer helps you in creating a model diagram with the relation for you loopback application.

Version

0.1.0

Table of contents

  • Installation
  • Usage
Installation
$ npm install loopback-component-visualizer
Usage

Inside your component-config.json, add the loopback-component-visualizer and a '/visualize' api will be mounted to your server.

You can browse @ http://host:port/visualize

"loopback-component-visualizer": {
  "mountPath": "/visualize"
}
Preview

A Relational Model

FAQs

Package last updated on 07 Feb 2017

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