Socket
Socket
Sign inDemoInstall

boom

Package Overview
Dependencies
Maintainers
3
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.1.1

6

lib/index.js

@@ -11,4 +11,3 @@ 'use strict';

const internals = {
STATUS_CODES: {
__proto__: null,
STATUS_CODES: Object.setPrototypeOf({
'100': 'Continue',

@@ -71,5 +70,6 @@ '101': 'Switching Protocols',

'511': 'Network Authentication Required'
}
}, null)
};
exports.wrap = function (error, statusCode, message) {

@@ -76,0 +76,0 @@

{
"name": "boom",
"description": "HTTP-friendly error objects",
"version": "3.1.0",
"version": "3.1.1",
"repository": "git://github.com/hapijs/boom",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc