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

@vueuse/integrations

Package Overview
Dependencies
Maintainers
0
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vueuse/integrations - npm Package Compare versions

Comparing version

to
13.0.0

15

package.json
{
"name": "@vueuse/integrations",
"type": "module",
"version": "13.0.0-beta.2",
"version": "13.0.0",
"description": "Integration wrappers for utility libraries",

@@ -65,3 +65,4 @@ "author": "Anthony Fu <https://github.com/antfu>",

"sortablejs": "^1",
"universal-cookie": "^7"
"universal-cookie": "^7",
"vue": "^3.5.0"
},

@@ -107,5 +108,4 @@ "peerDependenciesMeta": {

"dependencies": {
"vue": "^3.5.13",
"@vueuse/shared": "13.0.0-beta.2",
"@vueuse/core": "13.0.0-beta.2"
"@vueuse/shared": "13.0.0",
"@vueuse/core": "13.0.0"
},

@@ -117,3 +117,3 @@ "devDependencies": {

"async-validator": "^4.2.5",
"axios": "^1.8.1",
"axios": "^1.8.2",
"change-case": "^5.4.4",

@@ -131,4 +131,5 @@ "drauu": "^0.4.3",

"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 ."
}
}