Socket
Socket
Sign inDemoInstall

@vueuse/integrations

Package Overview
Dependencies
Maintainers
3
Versions
235
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 4.8.4 to 4.9.0

48

package.json
{
"name": "@vueuse/integrations",
"version": "4.9.0",
"description": "Integration wrappers for utility libraries",
"version": "4.8.4",
"keywords": [
"vue",
"vue-use",
"utils"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/vueuse/vueuse.git"
},
"funding": "https://github.com/sponsors/antfu",
"author": "Anthony Fu<https://github.com/antfu>",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
},
"./": "./"
},
"main": "./dist/index.cjs.js",

@@ -11,16 +33,2 @@ "types": "./dist/index.d.ts",

"sideEffects": false,
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vueuse/vueuse.git"
},
"keywords": [
"vue",
"vue-use",
"utils"
],
"author": "Anthony Fu<https://github.com/antfu>",
"license": "MIT",
"bugs": {

@@ -31,3 +39,3 @@ "url": "https://github.com/vueuse/vueuse/issues"

"dependencies": {
"@vueuse/shared": "4.8.4",
"@vueuse/shared": "4.9.0",
"vue-demi": "latest"

@@ -50,11 +58,3 @@ },

"universal-cookie": "^4.0.4"
},
"funding": "https://github.com/sponsors/antfu",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
},
"./": "./"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc