New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

history-events

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

history-events - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "history-events",
"version": "1.0.0",
"version": "1.0.1",
"description": "Adds missing window.history events onpushstate, onreplacestate and onchangestate.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -31,2 +31,4 @@ # [history](https://developer.mozilla.org/en-US/docs/Web/API/Window/history)-events

});
window.history.pushState(null, null, '/login'); // `changestate` will be triggered
}

@@ -33,0 +35,0 @@ ```

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