Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vite

Package Overview
Dependencies
Maintainers
2
Versions
590
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite - npm Package Compare versions

Comparing version 2.0.0-beta.19 to 2.0.0-beta.20

dist/node/chunks/dep-035088cd.js

16

CHANGELOG.md

@@ -0,1 +1,17 @@

# [2.0.0-beta.20](https://github.com/vitejs/vite/compare/v2.0.0-beta.19...v2.0.0-beta.20) (2021-01-11)
### Bug Fixes
* **optimizer:** exclude should not be resolve ([#1469](https://github.com/vitejs/vite/issues/1469)) ([f8c34ee](https://github.com/vitejs/vite/commit/f8c34eeb89e327f484293f3156119ba6d14f6aee))
* **resolve:** heuristics for browser vs. module field ([1865e6e](https://github.com/vitejs/vite/commit/1865e6ee4c3e07c0f4a199c1ba7e1c1c4f68862f)), closes [#1467](https://github.com/vitejs/vite/issues/1467)
### Features
* allow passing options to rollup commonjs plugin via build.commonjsOptions ([6ed8e28](https://github.com/vitejs/vite/commit/6ed8e286f149f9474e0fc624110de5f787551d62)), closes [#1460](https://github.com/vitejs/vite/issues/1460)
* async chunk loading optimizations ([e6f7fba](https://github.com/vitejs/vite/commit/e6f7fbad75c1b406b9a95060c5d2a42d3a8994a8))
# [2.0.0-beta.19](https://github.com/vitejs/vite/compare/v2.0.0-beta.18...v2.0.0-beta.19) (2021-01-10)

@@ -2,0 +18,0 @@

8

dist/node/cli.js

@@ -6,3 +6,3 @@ 'use strict';

require('path');
var build = require('./chunks/dep-0071bc7e.js');
var build = require('./chunks/dep-3d0f2228.js');
require('tty');

@@ -679,3 +679,3 @@ require('util');

// is ok here
const { createServer } = await Promise.resolve().then(function () { return require('./chunks/dep-0071bc7e.js'); }).then(function (n) { return n.index$1; });
const { createServer } = await Promise.resolve().then(function () { return require('./chunks/dep-3d0f2228.js'); }).then(function (n) { return n.index$1; });
try {

@@ -712,3 +712,3 @@ const server = await createServer({

.action(async (root, options) => {
const { build: build$1 } = await Promise.resolve().then(function () { return require('./chunks/dep-0071bc7e.js'); }).then(function (n) { return n.build$1; });
const { build: build$1 } = await Promise.resolve().then(function () { return require('./chunks/dep-3d0f2228.js'); }).then(function (n) { return n.build$1; });
try {

@@ -734,3 +734,3 @@ await build$1({

.action(async (root, options) => {
const { optimizeDeps } = await Promise.resolve().then(function () { return require('./chunks/dep-0071bc7e.js'); }).then(function (n) { return n.index; });
const { optimizeDeps } = await Promise.resolve().then(function () { return require('./chunks/dep-3d0f2228.js'); }).then(function (n) { return n.index; });
try {

@@ -737,0 +737,0 @@ const config = await build.resolveConfig({

@@ -8,3 +8,3 @@ 'use strict';

require('path');
var build = require('./chunks/dep-0071bc7e.js');
var build = require('./chunks/dep-3d0f2228.js');
require('tty');

@@ -11,0 +11,0 @@ require('util');

{
"name": "vite",
"version": "2.0.0-beta.19",
"version": "2.0.0-beta.20",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Evan You",

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