Socket
Socket
Sign inDemoInstall

@vuepress/plugin-nprogress

Package Overview
Dependencies
Maintainers
7
Versions
170
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.40 to 2.0.0-beta.41

lib/client/nprogress.d.ts

4

lib/client/composables/useNprogress.js

@@ -1,4 +0,4 @@

import * as nprogress from 'nprogress';
import { onMounted } from 'vue';
import { useRouter } from 'vue-router';
import { nprogress } from '../nprogress';
import '../styles/vars.css';

@@ -14,4 +14,2 @@ import '../styles/nprogress.css';

loadedPages.add(router.currentRoute.value.path);
// set nprogress config
nprogress.configure({ showSpinner: false });
// show progress bar before navigation

@@ -18,0 +16,0 @@ router.beforeEach((to) => {

{
"name": "@vuepress/plugin-nprogress",
"version": "2.0.0-beta.40",
"version": "2.0.0-beta.41",
"description": "VuePress plugin - nprogress",

@@ -27,12 +27,8 @@ "keywords": [

"dependencies": {
"@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",
"@vuepress/client": "2.0.0-beta.41",
"@vuepress/core": "2.0.0-beta.41",
"@vuepress/utils": "2.0.0-beta.41",
"vue": "^3.2.33",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@types/nprogress": "^0.2.0"
},
"publishConfig": {

@@ -39,0 +35,0 @@ "access": "public"

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