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

@11ty/eleventy-dev-server

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@11ty/eleventy-dev-server - npm Package Compare versions

Comparing version 1.0.0-canary.8 to 1.0.0-canary.9

4

client/reload-client.js

@@ -157,6 +157,6 @@ class Util {

let { protocol, port } = new URL(document.location.href);
let { protocol, host } = new URL(document.location.href);
let websocketProtocol = protocol.replace("http", "ws");
// TODO add a path here so that it doesn’t collide with any app websockets
let socket = new WebSocket(`${websocketProtocol}//localhost:${port}`);
let socket = new WebSocket(`${websocketProtocol}//${host}`);

@@ -163,0 +163,0 @@ // TODO add special handling for disconnect or document focus to retry

{
"name": "@11ty/eleventy-dev-server",
"version": "1.0.0-canary.8",
"version": "1.0.0-canary.9",
"description": "A minimal, modern, generic, hot-reloading local web server to help web developers.",

@@ -5,0 +5,0 @@ "main": "server.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