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

vue-documenter

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-documenter - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

3

package.json
{
"name": "vue-documenter",
"version": "0.0.1",
"version": "0.0.2",
"description": "An automatic Vue component documenter - yes - a component that documents components",
"main": "dist/vue-documenter.common.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vue-cli-service build --target lib --name vue-documenter ./src/index.js",

@@ -9,0 +8,0 @@ "serve": "vue-cli-service serve src/index.js"

@@ -1,6 +0,3 @@

import Vue from 'vue';
import VueDocumenter from './VueDocumenter.vue'
Vue.component('vue-documenter', VueDocumenter);
export default VueDocumenter;

Sorry, the diff of this file is too big to display

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