Socket
Socket
Sign inDemoInstall

vue

Package Overview
Dependencies
9
Maintainers
2
Versions
499
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.7.16-beta.2 to 2.7.16

4

package.json
{
"name": "vue",
"version": "2.7.16-beta.2",
"version": "2.7.16",
"packageManager": "pnpm@8.9.2",

@@ -68,3 +68,3 @@ "description": "Reactive, component-oriented view layer for modern web interfaces.",

"csstype": "^3.1.0",
"@vue/compiler-sfc": "2.7.16-beta.2"
"@vue/compiler-sfc": "2.7.16"
},

@@ -71,0 +71,0 @@ "devDependencies": {

{
"name": "@vue/compiler-sfc",
"version": "2.7.16-beta.2",
"version": "2.7.16",
"description": "compiler-sfc for Vue 2",

@@ -5,0 +5,0 @@ "main": "dist/compiler-sfc.js",

@@ -37,2 +37,5 @@ import config from '../config'

vm._scope = new EffectScope(true /* detached */)
// #13134 edge case where a child component is manually created during the
// render of a parent component
vm._scope.parent = undefined
vm._scope._vm = true

@@ -39,0 +42,0 @@ // merge options

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc