Socket
Socket
Sign inDemoInstall

@tanstack/history

Package Overview
Dependencies
Maintainers
0
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/history - npm Package Compare versions

Comparing version 1.57.6 to 1.58.15

1

dist/esm/index.js

@@ -221,3 +221,2 @@ const pushStateEvent = "pushstate";

currentState = state;
entries.splice;
if (index < entries.length - 1) {

@@ -224,0 +223,0 @@ entries.splice(index + 1);

2

package.json
{
"name": "@tanstack/history",
"version": "1.57.6",
"version": "1.58.15",
"description": "Modern and scalable routing for React applications",

@@ -5,0 +5,0 @@ "author": "Tanner Linsley",

@@ -374,3 +374,2 @@ // While the public API was clearly inspired by the "history" npm package,

currentState = state
entries.splice
// Removes all subsequent entries after the current index to start a new branch

@@ -377,0 +376,0 @@ if (index < entries.length - 1) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc