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

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.4 to 1.0.5

1

dist/utils/getProp.js

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

if (typeof prop.default === 'function') {
obj['type'] = { name: 'func' };
var func = prop.default.toString().replace(fnNameMatchRegex, 'function');

@@ -54,0 +55,0 @@ value = JSON.parse((0, _stringify2.default)(func.replace(/\s\s+/g, ' ')));

2

package.json
{
"name": "vue-docgen-api",
"version": "1.0.4",
"version": "1.0.5",
"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