Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@expressen/tallahassee

Package Overview
Dependencies
Maintainers
14
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expressen/tallahassee - npm Package Compare versions

Comparing version 14.13.0 to 14.14.0

5

lib/HTMLAnchorElement.js

@@ -58,9 +58,10 @@ "use strict";

let uri;
let uri, headers;
if (this.host === this.ownerDocument.location.host) {
uri = `${this.pathname}${this.search}`;
headers = { Referer: this.ownerDocument._browser.window.location.href };
} else {
uri = this.href;
}
return this.ownerDocument._browser.navigateTo(uri);
return this.ownerDocument._browser.navigateTo(uri, headers);
}

@@ -67,0 +68,0 @@ };

2

package.json
{
"name": "@expressen/tallahassee",
"version": "14.13.0",
"version": "14.14.0",
"description": "Lightweight client testing framework",

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

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