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

@calibur/skr-template

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@calibur/skr-template - npm Package Compare versions

Comparing version 0.0.4-alpha.0 to 0.0.5-alpha.0

4

package.json
{
"name": "@calibur/skr-template",
"version": "0.0.4-alpha.0",
"version": "0.0.5-alpha.0",
"author": "falstack <icesilt@outlook.com>",
"license": "MIT",
"gitHead": "04ee8d9ff376cd07be8d6bb73879c8b6769e228a"
"gitHead": "b68d05b806f2477f21a6eed1768ec90574636ba2"
}

@@ -19,7 +19,9 @@ {

"@vue/server-renderer": "^<%= vue@next %>",
"normalize.css": "^<%= normalize.css %>",
"sass": "^<%= sass %>",
"typescript": "^<%= typescript %>",
"vite": "^<%= vite %>",
"vite-plugin-host": "^<%= vite-plugin-host %>",
"vue-tsc": "^<%= vue-tsc %>"
}
}
import <%= name.pascalCase %> from './components/index.vue'
import { App } from 'vue'
export default (app) => {
export default (app: App) => {
app.component('<%= name.paramCase %>', <%= name.pascalCase %>)
}
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import host from 'vite-plugin-host'

@@ -20,3 +21,7 @@ // https://vitejs.dev/config/

},
plugins: [vue()]
server: {
port: process.env.port || 3000,
open: true
},
plugins: [vue(), host()]
})

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc