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

CHANGELOG.md

42

package.json
{
"name": "@vuepress/plugin-nprogress",
"version": "1.7.1",
"description": "nprogress plugin for vuepress",
"version": "2.0.0-alpha.1",
"description": "VuePress plugin - nprogress",
"keywords": [
"documentation",
"generator",
"vue",
"vuepress"
"vuepress",
"plugin",
"nprogress"
],
"homepage": "https://github.com/vuejs/vuepress/blob/master/packages/@vuepress/plugin-nprogress#readme",
"homepage": "https://github.com/vuepress",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
"url": "https://github.com/vuepress/vuepress-next/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/plugin-nprogress"
"url": "git+https://github.com/vuepress/vuepress-next.git"
},
"license": "MIT",
"author": "ULIVZ <chl814@foxmail.com>",
"main": "index.js",
"author": "meteorlxy",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"styles"
],
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo"
},
"dependencies": {
"nprogress": "^0.2.0"
"@vuepress/client": "2.0.0-alpha.1",
"@vuepress/core": "2.0.0-alpha.1",
"nprogress": "^0.2.0",
"vue": "^3.0.0",
"vue-router": "4.0.0-rc.5"
},
"devDependencies": {
"@types/nprogress": "^0.2.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "3bf6a7b51f87d6329c330f1e65de0d020253a09f"
"gitHead": "1fd0bfafc443cddfb40af6647353ef02708b739a"
}
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