Socket
Socket
Sign inDemoInstall

@vuepress/plugin-nprogress

Package Overview
Dependencies
5
Maintainers
6
Versions
164
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-beta.50-pre.1 to 2.0.0-rc.0

2

lib/client/nprogress.js

@@ -169,3 +169,3 @@ /**

name = camelCase(name);
return cssProps[name] || (cssProps[name] = getVendorProp(name));
return (cssProps[name] ??= getVendorProp(name));
}

@@ -172,0 +172,0 @@ function applyCss(element, prop, value) {

{
"name": "@vuepress/plugin-nprogress",
"version": "2.0.0-beta.50-pre.1",
"version": "2.0.0-rc.0",
"description": "VuePress plugin - nprogress",

@@ -33,7 +33,7 @@ "keywords": [

"dependencies": {
"@vuepress/client": "2.0.0-beta.50-pre.1",
"@vuepress/core": "2.0.0-beta.50-pre.1",
"@vuepress/utils": "2.0.0-beta.50-pre.1",
"vue": "^3.2.37",
"vue-router": "^4.1.3"
"vue": "^3.3.8",
"vue-router": "^4.2.5",
"@vuepress/client": "2.0.0-rc.0",
"@vuepress/utils": "2.0.0-rc.0",
"@vuepress/core": "2.0.0-rc.0"
},

@@ -40,0 +40,0 @@ "publishConfig": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc