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

@eonasdan/parvus-server

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eonasdan/parvus-server - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

4

dist/server.js

@@ -145,3 +145,3 @@ 'use strict';

<html lang="en">
<body style="background-color: #171717;">
<body style="background-color: #171717;color:white;">
<h3>Page not found</h3>

@@ -180,3 +180,3 @@ </body>

res.writeHead(500);
res.end(`<html lang="en"><body style="background-color: #171717;"><h1>Error</h1><p>Failed to load requested file at ${url}</p><p><pre>${ex}</pre></p></body></html>`);
res.end(`<html lang="en"><body style="background-color: #171717;color:white;"><h1>Error</h1><p>Failed to load requested file at ${url}</p><p><pre>${ex}</pre></p></body></html>`);
}

@@ -183,0 +183,0 @@ }

{
"name": "@eonasdan/parvus-server",
"version": "1.1.6",
"version": "1.1.7",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/server.js",

Sorry, the diff of this file is not supported yet

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