Socket
Socket
Sign inDemoInstall

serve

Package Overview
Dependencies
Maintainers
4
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serve - npm Package Compare versions

Comparing version 8.1.2 to 8.1.3

4

bin/serve.js

@@ -257,3 +257,5 @@ #!/usr/bin/env node

'-d': '--debug',
'-s': '--single'
'-s': '--single',
// This is deprecated and only for backwards-compatibility.
'-p': '--listen'
});

@@ -260,0 +262,0 @@ } catch (err) {

{
"name": "serve",
"version": "8.1.2",
"version": "8.1.3",
"description": "Static file serving and directory listing",

@@ -40,8 +40,8 @@ "scripts": {

"@zeit/schemas": "1.2.0",
"ajv": "6.5.0",
"ajv": "6.5.1",
"arg": "2.0.0",
"chalk": "2.4.1",
"serve-handler": "3.1.0",
"serve-handler": "3.1.1",
"update-check": "1.5.2"
}
}

@@ -38,3 +38,3 @@ ![](https://assets.zeit.co/image/upload/v1527770721/repositories/serve/serve-repo-banner.png)

To customize `serve`'s behavior, create a `serve.json` file and insert any of [these properties](https://github.com/zeit/serve-handler#options).
To customize `serve`'s behavior, create a `serve.json` file and insert any of [these properties](https://github.com/zeit/serve-handler#options). In addition, `serve` will also detect `now.json` files if they contain the `static` property.

@@ -41,0 +41,0 @@ ## API

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc