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

restify

Package Overview
Dependencies
Maintainers
6
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 5.0.0-beta-5.0 to 5.0.0-beta-6.0

2

CHANGES.md
# restify Changelog
## 5.0.0
- #1281 Add `server.debugInfo` method, Yunong Xiao, Alex Liu
- #1281 Add `server.getDebugInfo()` method, Yunong Xiao, Alex Liu
- #1281 `server.unfinishedRequests()` to `server.inflightRequests()`, Yunong Xiao

@@ -6,0 +6,0 @@ - #1256 add `req.id()` method, Alex Liu

@@ -1184,3 +1184,3 @@ // Copyright 2012 Mark Cavage, Inc. All rights reserved.

*/
Server.prototype.debugInfo = function debugInfo() {
Server.prototype.getDebugInfo = function getDebugInfo() {
var self = this;

@@ -1187,0 +1187,0 @@

@@ -53,3 +53,3 @@ {

],
"version": "5.0.0-beta-5.0",
"version": "5.0.0-beta-6.0",
"repository": {

@@ -56,0 +56,0 @@ "type": "git",

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