You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vite-plugin-vue-layouts-next

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-vue-layouts-next - npm Package Compare versions

Comparing version

to
0.1.5

17

package.json
{
"name": "vite-plugin-vue-layouts-next",
"type": "module",
"version": "0.1.4",
"version": "0.1.5",
"packageManager": "pnpm@10.11.1",

@@ -23,14 +23,13 @@ "description": "Router-based layout plugin for Vite and Vue, supports the latest versions.",

"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./client": {
"types": "./client.d.ts"
},
"./*": "./*",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
"./*": "./*"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",

@@ -37,0 +36,0 @@ "files": [