Socket
Socket
Sign inDemoInstall

static-server

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

static-server - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

2

package.json
{
"name": "static-server",
"description": "A simple http server to serve static resource files from a local directory.",
"version": "2.2.0",
"version": "2.2.1",
"author": "Eduardo Bohrer <nbluisrs@gmail.com>",

@@ -6,0 +6,0 @@ "keywords": [

@@ -161,3 +161,3 @@

server.emit('request', req);
server.emit('request', req, res);

@@ -164,0 +164,0 @@ if (VALID_HTTP_METHODS.indexOf(req.method) === -1) {

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