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

@vueuse/shared

Package Overview
Dependencies
Maintainers
3
Versions
250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vueuse/shared - npm Package Compare versions

Comparing version 6.1.0 to 6.2.0

index.cjs

10

package.json
{
"name": "@vueuse/shared",
"version": "6.1.0",
"version": "6.2.0",
"keywords": [

@@ -18,10 +18,10 @@ "vue",

".": {
"import": "./index.esm.js",
"require": "./index.cjs.js"
"import": "./index.mjs",
"require": "./index.cjs"
},
"./*": "./*"
},
"main": "./index.cjs.js",
"main": "./index.cjs",
"types": "./index.d.ts",
"module": "./index.esm.js",
"module": "./index.mjs",
"unpkg": "./index.iife.min.js",

@@ -28,0 +28,0 @@ "jsdelivr": "./index.iife.min.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