Socket
Socket
Sign inDemoInstall

@umijs/preset-vue

Package Overview
Dependencies
Maintainers
11
Versions
377
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umijs/preset-vue - npm Package Compare versions

Comparing version 4.0.0-canary.20220819.1 to 4.0.0-canary.20220824.1

6

dist/features/tmpFiles/tmpFiles.js

@@ -63,7 +63,9 @@ var __defProp = Object.defineProperty;

content: `
import { defineComponent } from 'vue';
import { defineComponent, h, resolveComponent } from 'vue';
export default defineComponent({
name: 'EmptyRoute',
setup() {
return () => <router-view></router-view>;
const RouterView = resolveComponent('RouterView')
return () => h(RouterView, null);
},

@@ -70,0 +72,0 @@ });

{
"name": "@umijs/preset-vue",
"version": "4.0.0-canary.20220819.1",
"version": "4.0.0-canary.20220824.1",
"description": "@umijs/preset-vue",

@@ -25,3 +25,3 @@ "homepage": "https://github.com/umijs/umi/tree/master/packages/preset-vue#readme",

"dependencies": {
"@umijs/renderer-vue": "4.0.0-canary.20220819.1",
"@umijs/renderer-vue": "4.0.0-canary.20220824.1",
"vue": "3.2.36",

@@ -33,3 +33,3 @@ "vue-loader": "17.0.0",

"@vitejs/plugin-vue": "2.3.1",
"umi": "4.0.0-canary.20220819.1"
"umi": "4.0.0-canary.20220824.1"
},

@@ -36,0 +36,0 @@ "publishConfig": {

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