Socket
Socket
Sign inDemoInstall

history

Package Overview
Dependencies
2
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.3 to 5.1.0

7

index.d.ts

@@ -46,2 +46,9 @@ /**

/**
* An object that is used to associate some arbitrary data with a location, but
* that does not appear in the URL path.
*
* @see https://github.com/ReactTraining/history/tree/master/docs/api-reference.md#location.state
*/
export declare type State = object | null;
/**
* A unique string associated with a location. May be used to safely store

@@ -48,0 +55,0 @@ * and retrieve data in some other storage API, like `localStorage`.

2

package.json
{
"name": "history",
"version": "5.0.3",
"version": "5.1.0",
"description": "Manage session history with JavaScript",

@@ -5,0 +5,0 @@ "author": "React Training <hello@reacttraining.com>",

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