You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP →

@vueuse/components

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vueuse/components - npm Package Compare versions

Comparing version

to
13.0.0

{
"name": "@vueuse/components",
"type": "module",
"version": "13.0.0-beta.2",
"version": "13.0.0",
"description": "Renderless components for VueUse",

@@ -37,10 +37,13 @@ "author": "Jacob Clevenger<https://github.com/wheatjs>",

],
"peerDependencies": {
"vue": "^3.5.0"
},
"dependencies": {
"vue": "^3.5.13",
"@vueuse/core": "13.0.0-beta.2",
"@vueuse/shared": "13.0.0-beta.2"
"@vueuse/core": "13.0.0",
"@vueuse/shared": "13.0.0"
},
"scripts": {
"build": "rollup --config=rollup.config.ts --configPlugin=rollup-plugin-esbuild"
"build": "rollup --config=rollup.config.ts --configPlugin=rollup-plugin-esbuild",
"test:attw": "attw --pack --config-path ../../.attw.json ."
}
}