Socket
Socket
Sign inDemoInstall

nextjs-progressloader

Package Overview
Dependencies
126
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

1.2.0

Diff

Changelog

Source

v1.2.0

Updated

  • Now ContainerLink has support to register a external link like (https://github.com/samuhmatos) don't forget to check out the rules
samuhmatos
published 1.1.0 •

samuhmatos
published 1.0.0 •

Changelog

Source

v1.0.0

Added

  • Added the new and upgraded useRouter() hook. It is possible using all the useRouter() native features with animation (push, replace, back)

Updated

  • changeRoute() function is deprecated, use the new useRouter() hook
samuhmatos
published 0.1.0 •

samuhmatos
published 0.2.3 •

samuhmatos
published 0.2.2 •

samuhmatos
published 0.2.1 •

Changelog

Source

v0.2.1

Fixed

  • Fixed the queryString bug when a route didn't have a dynamic route.
samuhmatos
published 0.2.0 •

Changelog

Source

v0.2.0

Added

  • Added the ability to use dynamic routes using {key here}:
    • Passing when is registering the route, ex.:
      {href: "/route/to/{key}", nickname:"route"}
      
    • Call the route, Ex.:
      changeRoute("route", {
          dynamicRoute: [
              {key: "key", value: "dynamic-route"}
          ]
      })
      

Updated

  • Validating the url if is valide for using.
  • The params key passed in changeRoute() now has the name queryStrings
samuhmatos
published 0.1.9 •

Changelog

Source

v0.1.9

Added

  • Added the ability to open link in a new Tab using then changeRoute()
samuhmatos
published 0.1.8 •

Changelog

Source

v0.1.8

Added

  • Added possibility to add query string to the called route using changeRoute()

Fixed

  • Fixed the event wasn't removed on change route bug
2Next
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc