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

concise-diagram

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

concise-diagram - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

1

lib/index.js

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

Output options:
* `file?` (`string`): if specified, output will be written to the specified path
* `filterEdges?` (`{ from: ModelName, to: ModelName, as: FieldName, isRequired: boolean } => boolean`):

@@ -39,0 +40,0 @@ return `true` if a given edge must be shown. Default: all edges are shown

5

package.json
{
"name": "concise-diagram",
"version": "0.2.0",
"version": "0.2.1",
"author": "Guillermo Grau Panea",

@@ -33,3 +33,4 @@ "license": "MIT",

"graphql",
"sequelize"
"sequelize",
"firebase"
],

@@ -36,0 +37,0 @@ "homepage": "https://github.com/guigrpa/concise#readme",

@@ -21,2 +21,3 @@ // @flow

Output options:
* `file?` (`string`): if specified, output will be written to the specified path
* `filterEdges?` (`{ from: ModelName, to: ModelName, as: FieldName, isRequired: boolean } => boolean`):

@@ -23,0 +24,0 @@ return `true` if a given edge must be shown. Default: all edges are shown

Sorry, the diff of this file is not supported yet

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