You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

nextjs-toploader

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nextjs-toploader - npm Package Versions

23

3.8.16

Diff
thesgj
published 3.8.16 •

Changelog

Source

v3.8.16

Fixed

  • Fixed target being customizable
  • Fixed Toploader not crawling by reverting the pr #109 that is "fix bug: target is customizable"
thesgj
published 3.8.15 •

Changelog

Source

v3.8.15

Added

  • Added useTopLoader hook for managing NextTopLoader

Fixed

  • Fixed target being customizable
thesgj
published 3.7.15 •

Changelog

Source

v3.7.15

Added

  • Added option to control showing of top loader for hash anchors

Updated

  • Updated README.md Documentation for showForHashAnchor
thesgj
published 3.6.15 •

Changelog

Source

v3.6.15

Updated

  • Updated copyright year in LICENSE

Fixed

  • Fixed typo in template value in prop type table in README
thesgj
published 3.6.14 •

Changelog

Source

v3.6.14

Fixed

  • Fixed typo in template value and shadow value in prop type table in README
thesgj
published 3.6.13 •

Changelog

Source

v3.6.13

Fixed

  • Fixed imports, PagesTopLoader imported incorrectly like nextjs-toploader/dist/pages and useEffect like nextjs-toploader/dist/app
thesgj
published 3.6.12 •

Changelog

Source

v3.6.12

Added (major changes)

  • Added new import for PagesTopLoader

  • Added new import for custom useRouter hook

Updated

  • Fixing for react js
  • Updated README.md Documentation made it more readable.
thesgj
published 2.6.12 •

Changelog

Source

v2.6.12

Added (major changes)

  • Added PagesTopLoader Component to make useRouter hook supported in pages router

  • Added custom useRouter hook to trigger TopLoader for app router

Updated

  • Updated README.md Documentation made it more readable.
thesgj
published 1.6.12 •

Changelog

Source

v1.6.12

Fixed

  • Fixed indefinite animation when replacing current route
  • Moved @types/nprogress into devDependencies
thesgj
published 1.6.11 •

Changelog

Source

v1.6.11

Fixed

  • Fix to add use client in jsr usage with nextjs
  • Update README about support for React