Socket
Socket
Sign inDemoInstall

@vitejs/plugin-legacy

Package Overview
Dependencies
Maintainers
5
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vitejs/plugin-legacy - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

13

package.json
{
"name": "@vitejs/plugin-legacy",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT",

@@ -38,7 +38,7 @@ "author": "Evan You",

"dependencies": {
"@babel/standalone": "^7.18.13",
"core-js": "^3.25.0",
"magic-string": "^0.26.2",
"@babel/standalone": "^7.19.0",
"core-js": "^3.25.1",
"magic-string": "^0.26.3",
"regenerator-runtime": "^0.13.9",
"systemjs": "^6.12.4"
"systemjs": "^6.12.6"
},

@@ -50,5 +50,6 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/core": "^7.19.0",
"picocolors": "^1.0.0",
"vite": "workspace:*"
}
}
# @vitejs/plugin-legacy [![npm](https://img.shields.io/npm/v/@vitejs/plugin-legacy.svg)](https://npmjs.com/package/@vitejs/plugin-legacy)
Vite's default browser support baseline is [Native ESM](https://caniuse.com/es6-module). This plugin provides support for legacy browsers that do not support native ESM when building for production.
Vite's default browser support baseline is [Native ESM](https://caniuse.com/es6-module), [native ESM dynamic import](https://caniuse.com/es6-module-dynamic-import), and [`import.meta`](https://caniuse.com/mdn-javascript_operators_import_meta). This plugin provides support for legacy browsers that do not support those features when building for production.

@@ -5,0 +5,0 @@ By default, this plugin will:

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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