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 2.2.2 to 2.2.3

12

dist/utils/getSandbox.js

@@ -79,2 +79,9 @@ 'use strict';

}
if (element === 'vue') {
return {
use: function use() {},
component: function component() {},
extended: function extended() {}
};
}
return function () {};

@@ -87,7 +94,2 @@ };

exports: {},
Vue: {
use: function use() {},
component: function component() {},
extended: function extended() {}
},
module: {

@@ -94,0 +96,0 @@ exports: {}

{
"name": "vue-docgen-api",
"version": "2.2.2",
"version": "2.2.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