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-alpha.6 to 2.0.0-alpha.7

8

CHANGELOG.md

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

# [2.0.0-alpha.7](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2020-12-09)
**Note:** Version bump only for package @vuepress/plugin-nprogress
# [2.0.0-alpha.6](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2020-12-09)

@@ -8,0 +16,0 @@

4

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.nprogressPlugin = void 0;
const path_1 = require("path");
const utils_1 = require("@vuepress/utils");
exports.nprogressPlugin = {
name: '@vuepress/plugin-nprogress',
clientAppSetupFiles: path_1.resolve(__dirname, './clientAppSetup.js'),
clientAppSetupFiles: utils_1.path.resolve(__dirname, './clientAppSetup.js'),
};
exports.default = exports.nprogressPlugin;
//# sourceMappingURL=index.js.map
{
"name": "@vuepress/plugin-nprogress",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.7",
"description": "VuePress plugin - nprogress",

@@ -31,4 +31,5 @@ "keywords": [

"dependencies": {
"@vuepress/client": "2.0.0-alpha.6",
"@vuepress/core": "2.0.0-alpha.6",
"@vuepress/client": "2.0.0-alpha.7",
"@vuepress/core": "2.0.0-alpha.7",
"@vuepress/utils": "2.0.0-alpha.7",
"nprogress": "^0.2.0",

@@ -44,3 +45,3 @@ "vue": "^3.0.4",

},
"gitHead": "5eae35bda71fe7a4a01cfb636027b20b43b1d430"
"gitHead": "ee774ed3d446ea1273ebf2a8ba78528f938cebc9"
}

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