Socket
Socket
Sign inDemoInstall

appy-bird

Package Overview
Dependencies
10
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

index.js

@@ -65,3 +65,3 @@ const fs = require('fs');

{
'Content-Type': mimeType,
'Content-Type': mimeType || mime.lookup(path),
'Content-Length': stat.size

@@ -68,0 +68,0 @@ },

{
"name": "appy-bird",
"version": "1.0.2",
"version": "1.0.3",
"description": "'appy-bird makes APIs as easy as flying into a brick wall!",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -166,2 +166,6 @@ # appy-bird

#### `responder.file(absolutePath, [mimeType])`
Stream a file from the local filesystem. If `mimeType` is omitted it will be inferred from the filename.
#### `responder.html([status], html)`

@@ -168,0 +172,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc