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

create-vuetronic-app

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-vuetronic-app - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

stubs/src/ui/views/Settings.vue

4

package.json
{
"name": "create-vuetronic-app",
"author": "vuetronic",
"version": "0.5.5",
"version": "0.5.6",
"module": "dist/create-vuetronic-app.js",

@@ -39,3 +39,3 @@ "main": "dist/create-vuetronic-app.js",

},
"gitHead": "1e437b1f795bf050cddbd441713572bc52c411db"
"gitHead": "e263c28345a93ebe8f74709e330fdedeb0aede13"
}
import { createRouter, createWebHashHistory } from 'vue-router'
import Home from './views/Home.vue'
import About from './views/About.vue'
import Settings from './views/Settings.vue'

@@ -8,2 +9,3 @@ const routes = [

{ path: '/about', component: About },
{ path: '/settings', component: Settings },
]

@@ -10,0 +12,0 @@

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