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.37.0 to 4.38.0

11

CHANGELOG.md

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

# [4.38.0](https://github.com/vue-styleguidist/vue-styleguidist/compare/v4.37.2...v4.38.0) (2021-04-10)
### Features
* **docgen:** allow typescript as in exports ([0514a86](https://github.com/vue-styleguidist/vue-styleguidist/commit/0514a86ead9cc4ddb9b17b5a0857c8185d70af7a)), closes [#1066](https://github.com/vue-styleguidist/vue-styleguidist/issues/1066)
# [4.37.0](https://github.com/vue-styleguidist/vue-styleguidist/compare/v4.36.1...v4.37.0) (2021-04-05)

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

@@ -131,2 +131,7 @@ "use strict";

else {
// if we look at a TS "as" expression the variable is "contained"
// in its expression member. In this case, resolve the expression member
if (bt.isTSAsExpression(definition.node)) {
definition = definition.get('expression');
}
var realDef = resolveIdentifier_1.default(ast, definition);

@@ -133,0 +138,0 @@ if (realDef) {

4

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

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

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