🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@vue/shared

Package Overview
Dependencies
Maintainers
1
Versions
278
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/shared - npm Package Compare versions

Comparing version
3.6.0-beta.15
to
3.6.0-beta.16
+4
-2
dist/shared.cjs.js
/**
* @vue/shared v3.6.0-beta.15
* @vue/shared v3.6.0-beta.16
* (c) 2018-present Yuxi (Evan) You and Vue contributors

@@ -732,3 +732,5 @@ * @license MIT

"SLOT_ROOT": 4,
"4": "SLOT_ROOT"
"4": "SLOT_ROOT",
"NON_STABLE": 8,
"8": "NON_STABLE"
};

@@ -735,0 +737,0 @@ const VaporDynamicComponentFlags = {

/**
* @vue/shared v3.6.0-beta.15
* @vue/shared v3.6.0-beta.16
* (c) 2018-present Yuxi (Evan) You and Vue contributors

@@ -732,3 +732,5 @@ * @license MIT

"SLOT_ROOT": 4,
"4": "SLOT_ROOT"
"4": "SLOT_ROOT",
"NON_STABLE": 8,
"8": "NON_STABLE"
};

@@ -735,0 +737,0 @@ const VaporDynamicComponentFlags = {

@@ -494,3 +494,4 @@ //#region temp/packages/shared/src/makeMap.d.ts

ONCE = 2,
SLOT_ROOT = 4
SLOT_ROOT = 4,
NON_STABLE = 8
}

@@ -497,0 +498,0 @@ export declare enum VaporDynamicComponentFlags {

/**
* @vue/shared v3.6.0-beta.15
* @vue/shared v3.6.0-beta.16
* (c) 2018-present Yuxi (Evan) You and Vue contributors

@@ -730,3 +730,5 @@ * @license MIT

"SLOT_ROOT": 4,
"4": "SLOT_ROOT"
"4": "SLOT_ROOT",
"NON_STABLE": 8,
"8": "NON_STABLE"
};

@@ -733,0 +735,0 @@ const VaporDynamicComponentFlags = {

{
"name": "@vue/shared",
"version": "3.6.0-beta.15",
"version": "3.6.0-beta.16",
"description": "internal utils shared across @vue packages",

@@ -5,0 +5,0 @@ "main": "index.js",