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

history-manager

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

history-manager - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

3

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
## [1.4.1] - 2021-04-08
- use full location pathname in `URLManager.construct`
## [1.4.0] - 2021-04-08

@@ -5,0 +8,0 @@ - allow not "#" base, using History API

2

package.json
{
"name": "history-manager",
"version": "1.4.0",
"version": "1.4.1",
"description": "",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -16,3 +16,3 @@ /**

}`;
const LOCATION_PATHNAME = window.location.pathname.split("/").slice(0, -1).join("/");
const LOCATION_PATHNAME = window.location.pathname;

@@ -19,0 +19,0 @@ const parenthesesRegex: RegExp = /[\\\/]+/g;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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