Socket
Socket
Sign inDemoInstall

static-browser-server

Package Overview
Dependencies
4
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

out/preview/__csb_relay/__csb_relay.k6zqcaldwongir8b9mnqriffbwpbwcr.js

2

package.json
{
"name": "static-browser-server",
"version": "1.0.4",
"version": "1.0.5",
"main": "./out/lib/main.js",

@@ -5,0 +5,0 @@ "types": "./src/lib/main.ts",

@@ -174,3 +174,6 @@ /* eslint-disable no-restricted-globals */

if (parsedUrl.pathname.startsWith("/__csb")) {
if (
parsedUrl.origin !== self.location.origin ||
parsedUrl.pathname.startsWith("/__csb")
) {
return;

@@ -177,0 +180,0 @@ }

Sorry, the diff of this file is not supported yet

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