next-nprogress-bar
Advanced tools
Comparing version 2.3.4 to 2.3.5
@@ -141,3 +141,4 @@ 'use strict'; | ||
!href.startsWith('mailto:') && | ||
!href.startsWith('blob:'); | ||
!href.startsWith('blob:') && | ||
!href.startsWith('javascript:'); | ||
return (!isNProgressDisabled && | ||
@@ -144,0 +145,0 @@ isNotTelOrMailto && |
{ | ||
"name": "next-nprogress-bar", | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"description": "NextJS progress bar compatible with new app directory", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64657
347