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 9.2.0 to 9.3.0

2

bin/serve.js

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

const cwd = process.cwd();
const entry = args._.length > 0 ? path.join(cwd, args._[0]) : cwd;
const entry = args._.length > 0 ? path.resolve(args._[0]) : cwd;

@@ -354,0 +354,0 @@ const config = await loadConfig(cwd, entry, args);

{
"name": "serve",
"version": "9.2.0",
"version": "9.3.0",
"description": "Static file serving and directory listing",

@@ -28,3 +28,3 @@ "scripts": {

"@zeit/git-hooks": "0.1.4",
"eslint": "5.0.1"
"eslint": "5.1.0"
},

@@ -40,3 +40,3 @@ "eslintConfig": {

"dependencies": {
"@zeit/schemas": "1.6.0",
"@zeit/schemas": "1.6.3",
"ajv": "6.5.2",

@@ -47,5 +47,5 @@ "arg": "2.0.0",

"clipboardy": "1.2.3",
"serve-handler": "3.3.0",
"serve-handler": "3.3.1",
"update-check": "1.5.2"
}
}
![](https://assets.zeit.co/image/upload/v1527770721/repositories/serve/serve-repo-banner.png)
[![Build Status](https://circleci.com/gh/zeit/serve.svg?&style=shield)](https://circleci.com/gh/zeit/serve)
[![Install Size](https://packagephobia.now.sh/badge?p=serve)](https://packagephobia.now.sh/result?p=serve)
[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/micro/serve)

@@ -5,0 +6,0 @@

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