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

@vuepress/plugin-nprogress

Package Overview
Dependencies
Maintainers
7
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/plugin-nprogress - npm Package Compare versions

Comparing version 2.0.0-beta.1 to 2.0.0-beta.2

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [2.0.0-beta.2](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2021-03-14)
### Bug Fixes
* **plugin-nprogress:** always optimize nprogress with vite ([2aeb2bf](https://github.com/vuepress/vuepress-next/commit/2aeb2bf9b70b149bf2e56d2fd1b593e6628d72dd))
# [2.0.0-beta.1](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2021-03-13)

@@ -8,0 +19,0 @@

@@ -8,3 +8,12 @@ "use strict";

clientAppSetupFiles: utils_1.path.resolve(__dirname, './clientAppSetup.js'),
onInitialized(app) {
if (app.options.bundler.endsWith('vite')) {
app.options.bundlerConfig.viteOptions = require('vite').mergeConfig(app.options.bundlerConfig.viteOptions, {
optimizeDeps: {
include: ['nprogress'],
},
});
}
},
};
exports.default = exports.nprogressPlugin;

4

package.json
{
"name": "@vuepress/plugin-nprogress",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "VuePress plugin - nprogress",

@@ -45,3 +45,3 @@ "keywords": [

},
"gitHead": "f4299d8828064e7fdde1cc7058fe339872ecd147"
"gitHead": "70b3a6b62696825ff95f8dcc1b7cb25679eb8b75"
}
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