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
179
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.38 to 2.0.0-beta.40

3

lib/node/nprogressPlugin.d.ts
import type { Plugin } from '@vuepress/core';
export declare type NprogressPluginOptions = Record<never, never>;
export declare const nprogressPlugin: Plugin<NprogressPluginOptions>;
export declare const nprogressPlugin: () => Plugin;

@@ -5,16 +5,6 @@ "use strict";

const utils_1 = require("@vuepress/utils");
const nprogressPlugin = (_, app) => {
if (app.env.isDev && app.options.bundler.endsWith('vite')) {
// eslint-disable-next-line import/no-extraneous-dependencies
app.options.bundlerConfig.viteOptions = require('vite').mergeConfig(app.options.bundlerConfig.viteOptions, {
optimizeDeps: {
include: ['nprogress'],
},
});
}
return {
name: '@vuepress/plugin-nprogress',
clientAppSetupFiles: utils_1.path.resolve(__dirname, '../client/clientAppSetup.js'),
};
};
const nprogressPlugin = () => ({
name: '@vuepress/plugin-nprogress',
clientAppSetupFiles: utils_1.path.resolve(__dirname, '../client/clientAppSetup.js'),
});
exports.nprogressPlugin = nprogressPlugin;
{
"name": "@vuepress/plugin-nprogress",
"version": "2.0.0-beta.38",
"version": "2.0.0-beta.40",
"description": "VuePress plugin - nprogress",

@@ -26,13 +26,8 @@ "keywords": [

],
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo",
"copy": "cpx \"src/**/*.css\" lib"
},
"dependencies": {
"@vuepress/client": "2.0.0-beta.38",
"@vuepress/core": "2.0.0-beta.38",
"@vuepress/utils": "2.0.0-beta.38",
"@vuepress/client": "2.0.0-beta.40",
"@vuepress/core": "2.0.0-beta.40",
"@vuepress/utils": "2.0.0-beta.40",
"nprogress": "^0.2.0",
"vue": "^3.2.31",
"vue": "^3.2.33",
"vue-router": "^4.0.14"

@@ -46,3 +41,7 @@ },

},
"gitHead": "7cb24eab18628a66371a367090f7c9c33b519136"
}
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo",
"copy": "cpx \"src/**/*.css\" lib"
}
}
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