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.79.1 to 4.79.2

5

dist/script-setup-handlers/utils/tsUtils.js

@@ -106,4 +106,5 @@ "use strict";

if (!interfaceBody_1.value.find(function (prop) {
return prop.key.type === 'Identifier' &&
parentInterfaceProp.key.type === 'Identifier' &&
var _a, _b;
return ((_a = prop.key) === null || _a === void 0 ? void 0 : _a.type) === 'Identifier' &&
((_b = parentInterfaceProp.key) === null || _b === void 0 ? void 0 : _b.type) === 'Identifier' &&
prop.key.name === parentInterfaceProp.key.name;

@@ -110,0 +111,0 @@ })) {

2

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

@@ -5,0 +5,0 @@ "homepage": "https://vue-styleguidist.github.io",

Sorry, the diff of this file is not supported yet

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