Socket
Socket
Sign inDemoInstall

@vuepress/plugin-nprogress

Package Overview
Dependencies
Maintainers
6
Versions
175
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.49 to 2.0.0-beta.50

2

lib/client/composables/index.d.ts

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

export * from './useNprogress';
export * from './useNprogress.js';

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

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

@@ -5,0 +5,0 @@ import '../styles/nprogress.css';

import { defineClientConfig } from '@vuepress/client';
import { useNprogress } from './composables';
import { useNprogress } from './composables/index.js';
export default defineClientConfig({

@@ -4,0 +4,0 @@ setup() {

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

export * from './composables';
export * from './composables/index.js';

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

export * from './composables';
export * from './composables/index.js';

@@ -1,3 +0,3 @@

import { nprogressPlugin } from './nprogressPlugin';
export * from './nprogressPlugin';
import { nprogressPlugin } from './nprogressPlugin.js';
export * from './nprogressPlugin.js';
export default nprogressPlugin;

@@ -1,19 +0,3 @@

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
const nprogressPlugin_1 = require("./nprogressPlugin");
__exportStar(require("./nprogressPlugin"), exports);
exports.default = nprogressPlugin_1.nprogressPlugin;
import { nprogressPlugin } from './nprogressPlugin.js';
export * from './nprogressPlugin.js';
export default nprogressPlugin;

@@ -1,9 +0,10 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.nprogressPlugin = void 0;
const utils_1 = require("@vuepress/utils");
const nprogressPlugin = () => ({
import { getDirname, path } from '@vuepress/utils';
const __dirname = getDirname(import.meta.url);
export const nprogressPlugin = () => ({
name: '@vuepress/plugin-nprogress',
clientConfigFile: utils_1.path.resolve(__dirname, '../client/config.js'),
clientConfigFile: path.resolve(__dirname, '../client/config.js'),
alias: {
// workaround for https://github.com/vitejs/vite/issues/7621
'@vuepress/plugin-nprogress/client': path.resolve(__dirname, '../client/index.js'),
},
});
exports.nprogressPlugin = nprogressPlugin;
{
"name": "@vuepress/plugin-nprogress",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "VuePress plugin - nprogress",

@@ -21,4 +21,10 @@ "keywords": [

"author": "meteorlxy",
"main": "lib/node/index.js",
"types": "lib/node/index.d.ts",
"type": "module",
"exports": {
".": "./lib/node/index.js",
"./client": "./lib/client/index.js",
"./package.json": "./package.json"
},
"main": "./lib/node/index.js",
"types": "./lib/node/index.d.ts",
"files": [

@@ -28,7 +34,7 @@ "lib"

"dependencies": {
"@vuepress/client": "2.0.0-beta.49",
"@vuepress/core": "2.0.0-beta.49",
"@vuepress/utils": "2.0.0-beta.49",
"@vuepress/client": "2.0.0-beta.50",
"@vuepress/core": "2.0.0-beta.50",
"@vuepress/utils": "2.0.0-beta.50",
"vue": "^3.2.37",
"vue-router": "^4.1.2"
"vue-router": "^4.1.4"
},

@@ -35,0 +41,0 @@ "publishConfig": {

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