Socket
Socket
Sign inDemoInstall

vue-simple-hello-world

Package Overview
Dependencies
11
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.2.0

4

package.json
{
"name": "vue-simple-hello-world",
"version": "0.1.0",
"version": "0.2.0",
"private": false,

@@ -23,3 +23,3 @@ "description": "Simple VueJS Hello World Plugin",

"build": "vue-cli-service build",
"build-bundle" : "vue-cli-service build --target lib --vue-simple-hello-world [entry] ./src/install.js",
"build-bundle" : "vue-cli-service build --target lib --name vue-simple-hello-world ./src/install.js",
"lint": "vue-cli-service lint"

@@ -26,0 +26,0 @@ },

@@ -7,4 +7,4 @@ import HelloWorld from "./components/HelloWorld.vue";

install (Vue) {
Vue.component('HelloWorld', HelloWorld);
Vue.component('HelloWorld1', HelloWorld1)
Vue.component('hello-world', HelloWorld);
Vue.component('hello-world1', HelloWorld1)
}

@@ -11,0 +11,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc