Socket
Socket
Sign inDemoInstall

history

Package Overview
Dependencies
4
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 4.0.1

6

package.json
{
"name": "history",
"version": "4.0.0",
"description": "Manage browser history with JavaScript",
"version": "4.0.1",
"description": "Manage session history with JavaScript",
"repository": "mjackson/history",

@@ -32,3 +32,3 @@ "author": "Michael Jackson",

"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-stage-1": "^6.5.0",

@@ -35,0 +35,0 @@ "eslint": "^3.3.0",

@@ -43,3 +43,3 @@ # history [![Travis][build-badge]][build] [![npm package][npm-badge]][npm]

Depending on the method you want to use to keep track of history, you'll `import` (or `require`) one of these methods directly from the root directory (i.e. `history/createBrowserHistory`). The remainder of this document uses the term `createHistory` to refer to any of these implementations.
Depending on the method you want to use to keep track of history, you'll `import` (or `require`) one of these methods directly from the package root (i.e. `history/createBrowserHistory`). The remainder of this document uses the term `createHistory` to refer to any of these implementations.

@@ -46,0 +46,0 @@ Basic usage looks like this:

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