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 - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

1

index.js

@@ -12,2 +12,3 @@ 'use strict';

loopbackApp.use(options.mountPath, createDiagram(loopbackApp, options));
loopbackApp.set('loopback-component-visualizer', options);
}

@@ -14,0 +15,0 @@

2

package.json
{
"name": "loopback-component-visualizer",
"version": "1.1.0",
"version": "1.2.0",
"description": "Loopback component to visualize models and their relationships",

@@ -5,0 +5,0 @@ "main": "./index.js",

@@ -35,4 +35,10 @@ # loopback-component-visualizer

You can also get the options passed to the visualizer as below
```sh
loopbackApp.get('loopback-component-visualizer')
```
#### Preview
![A Relational Model](https://github.com/yantrashala/loopback-component-visualizer/blob/master/preview.png?raw=true "A Relational Model")
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