Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

restify

Package Overview
Dependencies
Maintainers
0
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

restify - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

2

lib/restify.js

@@ -15,3 +15,3 @@ // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.

createThrottle: require('./throttle').createThrottle,
// createThrottle: require('./throttle').createThrottle,

@@ -18,0 +18,0 @@ HttpCodes: require('./http_codes'),

@@ -327,2 +327,3 @@ // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.

form.on('field', function(field, value) {
log.trace('_parseRequest(multipart) field=%s, value=%s', field, value);
request.params[field] = value;

@@ -332,2 +333,3 @@ });

form.on('end', function() {
log.trace('_parseRequset(multipart): req.params=%o', request.params);
return next();

@@ -351,2 +353,3 @@ });

if (request.body) {
log.trace('_parseRequest: req.body=%s', request.body);
var contentLen = request.headers['content-length'];

@@ -353,0 +356,0 @@ if (contentLen !== undefined) {

{
"name": "restify",
"description": "REST framework specifically meant for web service APIs",
"version": "0.2.6",
"version": "0.2.7",
"repository": {

@@ -30,2 +30,3 @@ "type": "git",

"jshint": ">=0.2.1",
"node-uuid": ">=1.2.0",
"whiskey": ">=0.3.3"

@@ -32,0 +33,0 @@ },

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