Socket
Socket
Sign inDemoInstall

@vitejs/plugin-vue

Package Overview
Dependencies
0
Maintainers
6
Versions
102
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.3.4 to 4.4.0

./dist/index.cjs

7

dist/index.d.ts

@@ -14,2 +14,3 @@ import { ViteDevServer, Plugin } from 'vite';

scoped?: boolean;
id?: string;
}

@@ -45,2 +46,6 @@ declare function parseVueRequest(id: string): {

*
* @deprecated the Reactivity Transform proposal has been dropped. This
* feature will be removed from Vue core in 3.4. If you intend to continue
* using it, disable this and switch to the [Vue Macros implementation](https://vue-macros.sxzz.moe/features/reactivity-transform.html).
*
* @default false

@@ -64,2 +69,2 @@ */

export { Options, ResolvedOptions, VueQuery, vuePlugin as default, parseVueRequest };
export { type Options, type ResolvedOptions, type VueQuery, vuePlugin as default, parseVueRequest };

17

package.json
{
"name": "@vitejs/plugin-vue",
"version": "4.3.4",
"version": "4.4.0",
"license": "MIT",

@@ -18,8 +18,2 @@ "author": "Evan You",

},
"scripts": {
"dev": "unbuild --stub",
"build": "unbuild && pnpm run patch-cjs",
"patch-cjs": "tsx ../../scripts/patchCJS.ts",
"prepublishOnly": "npm run build"
},
"engines": {

@@ -47,6 +41,11 @@ "node": "^14.18.0 || >=16.0.0"

"slash": "^5.1.0",
"source-map": "^0.6.1",
"source-map-js": "^1.0.2",
"vite": "^4.4.9",
"vue": "^3.3.4"
},
"scripts": {
"dev": "unbuild --stub",
"build": "unbuild && pnpm run patch-cjs",
"patch-cjs": "tsx ../../scripts/patchCJS.ts"
}
}
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc