Socket
Socket
Sign inDemoInstall

@vue/reactivity

Package Overview
Dependencies
1
Maintainers
1
Versions
210
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.4.4 to 3.4.5

17

package.json
{
"name": "@vue/reactivity",
"version": "3.4.4",
"version": "3.4.5",
"description": "@vue/reactivity",

@@ -14,2 +14,15 @@ "main": "index.js",

],
"exports": {
".": {
"types": "./dist/reactivity.d.ts",
"node": {
"production": "./dist/reactivity.cjs.prod.js",
"development": "./dist/reactivity.cjs.js",
"default": "./index.js"
},
"import": "./dist/reactivity.esm-bundler.js",
"require": "./index.js"
},
"./*": "./*"
},
"sideEffects": false,

@@ -40,4 +53,4 @@ "repository": {

"dependencies": {
"@vue/shared": "3.4.4"
"@vue/shared": "3.4.5"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc