🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
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

13

1.6.10

Diff
thesgj
published 1.6.10 •

Changelog

Source

v1.6.10

Fixed

  • Fix npm-publish.yml for gh actions to publish with provenance
thesgj
published 1.6.9 •

Changelog

Source

v1.6.9

Fixed

  • Resolve progress bar when navigating back from external page
  • Fixed the TopLoader for anchor url having other domain name
  • Moved histry.pushState function outside the MouseEvent, it was triggering for every mouse click
  • Fixed TopLoader getting stuck on popstate events
  • Fixed the use of rest params and passing its type as any
  • Fixed for all Special Schemes, TopLoader will not run on special schemes now onwards
  • Fixed for shift key and alt key

Updated

  • Added Type declarations for few functions
  • Refactor the whole code to make it more readable
  • Updated to add support for the JSR Package Manager
  • Updated to version 1.6.9 to avoid version gap for JSR
thesgj
published 1.6.6 •

Changelog

Source

v1.6.6

Fixed

  • Fixed the TopLoader to work with special schemes such as mailto, sms, tel, etc
  • Fixed the TopLoader for "#" hash anchor
thesgj
published 1.6.5 •

Changelog

Source

v1.6.5

Fixed

  • Fixed the loader when using CMD + Click in macOS
thesgj
published 1.6.4 •

Changelog

Source

v1.6.4

Fixed

  • Fixed the spinner top and bottom margin
thesgj
published 1.6.3 •

Changelog

Source

v1.6.3

Added

  • Added a feature to show the TopLoader at bottom.
thesgj
published 1.5.3 •

Changelog

Source

v1.5.3

Added

  • Added template option
  • Added the provision to configure z index via props

Fixed

  • Fixed loader infinity when press control click
  • Fixed Unexpected symbol "?" on Safari 12.1 by adding es6 as target
  • Fixed the loader when href is empty
  • Fixed the loader for new URL starts with "blob:"
thesgj
published 1.4.2 •

Changelog

Source

v1.4.2

Added

  • Added shadow config prop

Fixed

  • Fixed spelling for increment. And updated the README.
thesgj
published 1.3.2 •

Changelog

Source

v1.3.2

Added

  • Added support for client side navigations
thesgj
published 1.2.2 •

Changelog

Source

v1.2.2

Fixed

  • Fix the Loader gets triggered on navigation to link in another tab