Socket
Socket
Sign inDemoInstall

vue-docgen-api

Package Overview
Dependencies
Maintainers
1
Versions
271
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-docgen-api - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

11

dist/utils/getVueDoc.js

@@ -55,5 +55,10 @@ 'use strict';

})[0];
var description = (0, _variables.getDescription)(docComponent);
var comment = (0, _variables.getComment)(docComponent);
var tags = (0, _processTags2.default)(docComponent, _variables.IGNORE_DEFAULT);
var description = _variables.EMPTY;
var comment = _variables.EMPTY;
var tags = {};
if (docComponent) {
description = (0, _variables.getDescription)(docComponent);
comment = (0, _variables.getComment)(docComponent);
tags = (0, _processTags2.default)(docComponent, _variables.IGNORE_DEFAULT);
}
var props = (0, _processProps2.default)(docFile, component);

@@ -60,0 +65,0 @@ var methods = (0, _processMethods2.default)(docFile, component);

{
"name": "vue-docgen-api",
"version": "1.0.2",
"version": "1.0.3",
"description": "Toolbox to extract information from Vue component files for documentation generation purposes.",

@@ -5,0 +5,0 @@ "bugs": {

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