Socket
Socket
Sign inDemoInstall

vue

Package Overview
Dependencies
Maintainers
3
Versions
524
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 3.5.0-alpha.5 to 3.5.0-beta.1

2

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

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

/**
* vue v3.5.0-alpha.5
* vue v3.5.0-beta.1
* (c) 2018-present Yuxi (Evan) You and Vue contributors

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

/**
* vue v3.5.0-alpha.5
* vue v3.5.0-beta.1
* (c) 2018-present Yuxi (Evan) You and Vue contributors

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

/**
* vue v3.5.0-alpha.5
* vue v3.5.0-beta.1
* (c) 2018-present Yuxi (Evan) You and Vue contributors

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

{
"name": "vue",
"version": "3.5.0-alpha.5",
"version": "3.5.0-beta.1",
"description": "The progressive JavaScript framework for building modern web UI.",

@@ -98,7 +98,7 @@ "main": "index.js",

"dependencies": {
"@vue/shared": "3.5.0-alpha.5",
"@vue/compiler-dom": "3.5.0-alpha.5",
"@vue/runtime-dom": "3.5.0-alpha.5",
"@vue/server-renderer": "3.5.0-alpha.5",
"@vue/compiler-sfc": "3.5.0-alpha.5"
"@vue/shared": "3.5.0-beta.1",
"@vue/compiler-dom": "3.5.0-beta.1",
"@vue/runtime-dom": "3.5.0-beta.1",
"@vue/server-renderer": "3.5.0-beta.1",
"@vue/compiler-sfc": "3.5.0-beta.1"
},

@@ -105,0 +105,0 @@ "peerDependencies": {

@@ -8,4 +8,5 @@ # vue

- **`vue(.runtime).global(.prod).js`**:
- For direct use via `<script src="...">` in the browser. Exposes the `Vue` global.
- 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="...">`.
- 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="...">`.
- In-browser template compilation:

@@ -42,2 +43,3 @@ - **`vue.global.js`** is the "full" build that includes both the compiler and the runtime so it supports compiling templates on the fly.

- `__VUE_OPTIONS_API__`
- Default: `true`

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

- `__VUE_PROD_DEVTOOLS__`
- Default: `false`

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

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc