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

unplugin-vue-router

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unplugin-vue-router - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

dist/chunk-CYPZO24S.mjs

11

dist/esbuild.js

@@ -380,5 +380,7 @@ var __create = Object.create;

var VIRTUAL_PREFIX = "virtual:";
var ROUTE_BLOCK_ID = `${VIRTUAL_PREFIX}/@vue-router/route-block`;
function getVirtualId(id) {
return id.startsWith(VIRTUAL_PREFIX) ? id.slice(VIRTUAL_PREFIX.length) : null;
}
var routeBlockQueryRE = /\?vue&type=route/;
function asVirtualId(id) {

@@ -754,2 +756,5 @@ return VIRTUAL_PREFIX + id;

}
if (routeBlockQueryRE.test(id)) {
return ROUTE_BLOCK_ID;
}
return null;

@@ -774,2 +779,8 @@ },

}
if (id === ROUTE_BLOCK_ID) {
return {
code: `export default {}`,
map: null
};
}
return null;

@@ -776,0 +787,0 @@ },

@@ -403,5 +403,7 @@ var __create = Object.create;

var VIRTUAL_PREFIX = "virtual:";
var ROUTE_BLOCK_ID = `${VIRTUAL_PREFIX}/@vue-router/route-block`;
function getVirtualId(id) {
return id.startsWith(VIRTUAL_PREFIX) ? id.slice(VIRTUAL_PREFIX.length) : null;
}
var routeBlockQueryRE = /\?vue&type=route/;
function asVirtualId(id) {

@@ -777,2 +779,5 @@ return VIRTUAL_PREFIX + id;

}
if (routeBlockQueryRE.test(id)) {
return ROUTE_BLOCK_ID;
}
return null;

@@ -797,2 +802,8 @@ },

}
if (id === ROUTE_BLOCK_ID) {
return {
code: `export default {}`,
map: null
};
}
return null;

@@ -799,0 +810,0 @@ },

@@ -380,5 +380,7 @@ var __create = Object.create;

var VIRTUAL_PREFIX = "virtual:";
var ROUTE_BLOCK_ID = `${VIRTUAL_PREFIX}/@vue-router/route-block`;
function getVirtualId(id) {
return id.startsWith(VIRTUAL_PREFIX) ? id.slice(VIRTUAL_PREFIX.length) : null;
}
var routeBlockQueryRE = /\?vue&type=route/;
function asVirtualId(id) {

@@ -754,2 +756,5 @@ return VIRTUAL_PREFIX + id;

}
if (routeBlockQueryRE.test(id)) {
return ROUTE_BLOCK_ID;
}
return null;

@@ -774,2 +779,8 @@ },

}
if (id === ROUTE_BLOCK_ID) {
return {
code: `export default {}`,
map: null
};
}
return null;

@@ -776,0 +787,0 @@ },

@@ -380,5 +380,7 @@ var __create = Object.create;

var VIRTUAL_PREFIX = "virtual:";
var ROUTE_BLOCK_ID = `${VIRTUAL_PREFIX}/@vue-router/route-block`;
function getVirtualId(id) {
return id.startsWith(VIRTUAL_PREFIX) ? id.slice(VIRTUAL_PREFIX.length) : null;
}
var routeBlockQueryRE = /\?vue&type=route/;
function asVirtualId(id) {

@@ -754,2 +756,5 @@ return VIRTUAL_PREFIX + id;

}
if (routeBlockQueryRE.test(id)) {
return ROUTE_BLOCK_ID;
}
return null;

@@ -774,2 +779,8 @@ },

}
if (id === ROUTE_BLOCK_ID) {
return {
code: `export default {}`,
map: null
};
}
return null;

@@ -776,0 +787,0 @@ },

@@ -380,5 +380,7 @@ var __create = Object.create;

var VIRTUAL_PREFIX = "virtual:";
var ROUTE_BLOCK_ID = `${VIRTUAL_PREFIX}/@vue-router/route-block`;
function getVirtualId(id) {
return id.startsWith(VIRTUAL_PREFIX) ? id.slice(VIRTUAL_PREFIX.length) : null;
}
var routeBlockQueryRE = /\?vue&type=route/;
function asVirtualId(id) {

@@ -754,2 +756,5 @@ return VIRTUAL_PREFIX + id;

}
if (routeBlockQueryRE.test(id)) {
return ROUTE_BLOCK_ID;
}
return null;

@@ -774,2 +779,8 @@ },

}
if (id === ROUTE_BLOCK_ID) {
return {
code: `export default {}`,
map: null
};
}
return null;

@@ -776,0 +787,0 @@ },

2

package.json
{
"name": "unplugin-vue-router",
"version": "0.0.18",
"version": "0.0.19",
"packageManager": "pnpm@7.5.0",

@@ -5,0 +5,0 @@ "description": "File based typed routing for Vue Router",

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

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