Socket
Socket
Sign inDemoInstall

historify

Package Overview
Dependencies
0
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    historify

Browser istory management for single page applications


Version published
Weekly downloads
1
Maintainers
3
Install size
2.38 MB
Created
Weekly downloads
 

Readme

Source

Welcome to historify.js

historify.js (yes, it's literate code!) is a simple set of functions that facilitate history management for single page applications (SPAs).

Why manage the history?

The main purpose of historify is to allow applications to have a "back" button, but make sure everything works seamlessly whether the user presses the browser's back button, or the app's back button.

This normally has challenges, as Javascript doesn't have access to the browser's history. So, it's necessary to keep a local copy of the browser's history and make sure that it's in sync with the browser's.

See the official historify.js documentation

Keywords

FAQs

Last updated on 03 Apr 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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