Socket
Socket
Sign inDemoInstall

vue-hello-world-simple

Package Overview
Dependencies
11
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

LICENSE

17

package.json
{
"name": "vue-hello-world-simple",
"description": "A simple vuejs Hello World Plugin",
"version": "0.1.0",
"version": "0.1.1",
"private": false,

@@ -12,13 +12,18 @@ "author": {

"bugs": "https://github.com/tushargugnani/vue-hello-world-simple/issues",
"keywords": ["keywords", "go", "here"],
"keywords": [
"keywords",
"go",
"here"
],
"license": "MIT",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-library" : "vue-cli-service build --target lib --name vue-hello-world-simple ./src/install.js",
"build-library": "vue-cli-service build --target lib --name vue-hello-world-simple ./src/install.js",
"lint": "vue-cli-service lint"
},
"main" : ".dist/vue-hello-world-simple.common.js",
"main": ".dist/vue-hello-world-simple.common.js",
"dependencies": {

@@ -25,0 +30,0 @@ "core-js": "^2.6.5",

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