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 6.5.7 to 6.5.8

3

bin/serve.js

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

const boxen = require('boxen');
const promiseTimeout = require('promise-timeout');

@@ -89,3 +88,3 @@ // Utilities

try {
const update = await promiseTimeout.timeout(checkForUpdate(pkg), 2000);
const update = await checkForUpdate(pkg);

@@ -92,0 +91,0 @@ if (update) {

{
"name": "serve",
"version": "6.5.7",
"version": "6.5.8",
"description": "Static file serving and directory listing",

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

"node-fetch": "2.1.2",
"nyc": "11.7.1",
"nyc": "11.8.0",
"test-listen": "1.1.0"

@@ -47,11 +47,11 @@ },

"boxen": "1.3.0",
"chalk": "2.4.0",
"chalk": "2.4.1",
"clipboardy": "1.2.3",
"dargs": "5.1.0",
"detect-port": "1.2.2",
"detect-port": "1.2.3",
"filesize": "3.6.1",
"fs-extra": "5.0.0",
"fs-extra": "6.0.1",
"handlebars": "4.0.11",
"ip": "1.1.5",
"micro": "9.1.4",
"micro": "9.3.1",
"micro-compress": "1.0.0",

@@ -64,5 +64,4 @@ "mime-types": "2.1.18",

"path-type": "3.0.0",
"promise-timeout": "1.3.0",
"send": "0.16.2",
"update-check": "1.5.0"
"update-check": "1.5.1"
},

@@ -69,0 +68,0 @@ "eslintConfig": {

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