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.0 to 1.0.1

3

index.js

@@ -72,2 +72,5 @@ const fs = require('fs');

},
redirect: function(url) {
return [302, {'Location': url}, ''];
},
status: function(status, message, type) {

@@ -74,0 +77,0 @@ message = status + ' ' + (message || httpStatus[status]);

2

package.json
{
"name": "appy-bird",
"version": "1.0.0",
"version": "1.0.1",
"description": "'appy-bird makes APIs as easy as flying into a brick wall!",

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

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

#### `responder.redirect(url)`
Redirect to `url`.
#### `responder.status(status, [message], [type])`

@@ -176,0 +180,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