Socket
Socket
Sign inDemoInstall

@vue/reactivity

Package Overview
Dependencies
Maintainers
1
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/reactivity - npm Package Compare versions

Comparing version 3.4.8 to 3.4.9

2

dist/reactivity.cjs.js
/**
* @vue/reactivity v3.4.8
* @vue/reactivity v3.4.9
* (c) 2018-present Yuxi (Evan) You and Vue contributors

@@ -4,0 +4,0 @@ * @license MIT

/**
* @vue/reactivity v3.4.8
* @vue/reactivity v3.4.9
* (c) 2018-present Yuxi (Evan) You and Vue contributors

@@ -4,0 +4,0 @@ * @license MIT

/**
* @vue/reactivity v3.4.8
* @vue/reactivity v3.4.9
* (c) 2018-present Yuxi (Evan) You and Vue contributors

@@ -4,0 +4,0 @@ * @license MIT

/**
* @vue/reactivity v3.4.8
* @vue/reactivity v3.4.9
* (c) 2018-present Yuxi (Evan) You and Vue contributors

@@ -4,0 +4,0 @@ * @license MIT

/**
* @vue/reactivity v3.4.8
* @vue/reactivity v3.4.9
* (c) 2018-present Yuxi (Evan) You and Vue contributors

@@ -4,0 +4,0 @@ * @license MIT

/**
* @vue/reactivity v3.4.8
* @vue/reactivity v3.4.9
* (c) 2018-present Yuxi (Evan) You and Vue contributors

@@ -4,0 +4,0 @@ * @license MIT

/**
* @vue/reactivity v3.4.8
* @vue/reactivity v3.4.9
* (c) 2018-present Yuxi (Evan) You and Vue contributors

@@ -4,0 +4,0 @@ * @license MIT

{
"name": "@vue/reactivity",
"version": "3.4.8",
"version": "3.4.9",
"description": "@vue/reactivity",

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

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

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

"dependencies": {
"@vue/shared": "3.4.8"
"@vue/shared": "3.4.9"
}
}
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