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

vue-docgen-api

Package Overview
Dependencies
Maintainers
3
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 4.38.0 to 4.38.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [4.38.1](https://github.com/vue-styleguidist/vue-styleguidist/compare/v4.38.0...v4.38.1) (2021-04-13)
### Bug Fixes
* allow function expression validators ([7ece101](https://github.com/vue-styleguidist/vue-styleguidist/commit/7ece101eabcfdfe4003b18587a21e05825d316eb)), closes [#1083](https://github.com/vue-styleguidist/vue-styleguidist/issues/1083)
# [4.38.0](https://github.com/vue-styleguidist/vue-styleguidist/compare/v4.37.2...v4.38.0) (2021-04-10)

@@ -8,0 +19,0 @@

2

dist/script-handlers/utils/parseValidator.js

@@ -152,3 +152,3 @@ "use strict";

case 0:
returnedExpression = bt.isMethod(validatorNode) &&
returnedExpression = (bt.isMethod(validatorNode) || bt.isFunctionExpression(validatorNode)) &&
validatorNode.body.body.length === 1 &&

@@ -155,0 +155,0 @@ bt.isReturnStatement(validatorNode.body.body[0])

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

@@ -53,3 +53,3 @@ "homepage": "https://vue-styleguidist.github.io",

},
"gitHead": "d87bfa8aca4f7ae824c9c7eefb401ad51e7fe3fd"
"gitHead": "6326490e656fb26356a2af4548c8175a3e3a5933"
}
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