New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vueuse/core

Package Overview
Dependencies
Maintainers
0
Versions
377
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vueuse/core - npm Package Compare versions

Comparing version

to
13.0.0

13

package.json
{
"name": "@vueuse/core",
"type": "module",
"version": "13.0.0-beta.2",
"version": "13.0.0",
"description": "Collection of essential Vue Composition Utilities",

@@ -39,11 +39,14 @@ "author": "Anthony Fu <https://github.com/antfu>",

],
"peerDependencies": {
"vue": "^3.5.0"
},
"dependencies": {
"@types/web-bluetooth": "^0.0.21",
"vue": "^3.5.13",
"@vueuse/metadata": "13.0.0-beta.2",
"@vueuse/shared": "13.0.0-beta.2"
"@vueuse/metadata": "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 ."
}
}