You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vue

Package Overview
Dependencies
Maintainers
2
Versions
536
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue - npm Package Compare versions

Comparing version

to
3.6.0-alpha.1

dist/vue.runtime-with-vapor.esm-browser.js

2

dist/vue.cjs.js
/**
* vue v3.5.17
* vue v3.6.0-alpha.1
* (c) 2018-present Yuxi (Evan) You and Vue contributors

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

/**
* vue v3.5.17
* vue v3.6.0-alpha.1
* (c) 2018-present Yuxi (Evan) You and Vue contributors

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

import { CompilerOptions } from '@vue/compiler-dom';
import { RenderFunction } from '@vue/runtime-dom';
export * from '@vue/runtime-dom';
export * from '@vue/runtime-vapor';

@@ -5,0 +6,0 @@ export declare function compileToFunction(template: string | HTMLElement, options?: CompilerOptions): RenderFunction;

/**
* vue v3.5.17
* vue v3.6.0-alpha.1
* (c) 2018-present Yuxi (Evan) You and Vue contributors

@@ -7,6 +7,7 @@ * @license MIT

import * as runtimeDom from '@vue/runtime-dom';
import { initCustomFormatter, registerRuntimeCompiler, warn } from '@vue/runtime-dom';
import { initCustomFormatter, warn, registerRuntimeCompiler } from '@vue/runtime-dom';
export * from '@vue/runtime-dom';
import { compile } from '@vue/compiler-dom';
import { isString, NOOP, genCacheKey, extend, generateCodeFrame } from '@vue/shared';
export * from '@vue/runtime-vapor';

@@ -13,0 +14,0 @@ function initDev() {

/**
* vue v3.5.17
* vue v3.6.0-alpha.1
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/
import { NOOP } from '@vue/shared';
import { initCustomFormatter, warn } from '@vue/runtime-dom';
export * from '@vue/runtime-dom';
export * from '@vue/runtime-vapor';

@@ -18,3 +20,3 @@ function initDev() {

}
const compile = () => {
const compile = (_template) => {
if (!!(process.env.NODE_ENV !== "production")) {

@@ -25,4 +27,5 @@ warn(

}
return NOOP;
};
export { compile };
{
"name": "vue",
"version": "3.5.17",
"version": "3.6.0-alpha.1",
"description": "The progressive JavaScript framework for building modern web UI.",

@@ -81,3 +81,4 @@ "main": "index.js",

"esm-browser",
"esm-browser-runtime"
"esm-browser-runtime",
"esm-browser-vapor"
]

@@ -99,7 +100,8 @@ },

"dependencies": {
"@vue/shared": "3.5.17",
"@vue/runtime-dom": "3.5.17",
"@vue/compiler-dom": "3.5.17",
"@vue/compiler-sfc": "3.5.17",
"@vue/server-renderer": "3.5.17"
"@vue/shared": "3.6.0-alpha.1",
"@vue/runtime-dom": "3.6.0-alpha.1",
"@vue/compiler-dom": "3.6.0-alpha.1",
"@vue/runtime-vapor": "3.6.0-alpha.1",
"@vue/compiler-sfc": "3.6.0-alpha.1",
"@vue/server-renderer": "3.6.0-alpha.1"
},

@@ -106,0 +108,0 @@ "peerDependencies": {

@@ -8,3 +8,2 @@ # vue

- **`vue(.runtime).global(.prod).js`**:
- For direct use via `<script src="...">` in the browser. Exposes the `Vue` global.

@@ -25,3 +24,2 @@ - Note that global builds are not [UMD](https://github.com/umdjs/umd) builds. They are built as [IIFEs](https://developer.mozilla.org/en-US/docs/Glossary/IIFE) and is only meant for direct use via `<script src="...">`.

- **`vue(.runtime).esm-bundler.js`**:
- For use with bundlers like `webpack`, `rollup` and `parcel`.

@@ -44,3 +42,2 @@ - Leaves prod/dev branches with `process.env.NODE_ENV` guards (must be replaced by bundler)

- `__VUE_OPTIONS_API__`
- Default: `true`

@@ -50,3 +47,2 @@ - Enable / disable Options API support

- `__VUE_PROD_DEVTOOLS__`
- Default: `false`

@@ -53,0 +49,0 @@ - Enable / disable devtools support in production

Sorry, the diff of this file is not supported yet

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