Socket
Socket
Sign inDemoInstall

wreck

Package Overview
Dependencies
Maintainers
4
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wreck - npm Package Compare versions

Comparing version 14.0.0 to 14.0.1

3

lib/index.js

@@ -586,3 +586,2 @@ 'use strict';

const err = new Error(`Response Error: ${res.statusCode} ${res.statusMessage}`);
const data = {

@@ -595,3 +594,3 @@ isResponseError: true,

throw Boom.create(res.statusCode, err, data);
throw Boom(`Response Error: ${res.statusCode} ${res.statusMessage}`, { statusCode: res.statusCode, data });
};

@@ -598,0 +597,0 @@

{
"name": "wreck",
"description": "HTTP Client Utilities",
"version": "14.0.0",
"version": "14.0.1",
"repository": "git://github.com/hapijs/wreck",

@@ -13,6 +13,6 @@ "main": "lib/index",

"engines": {
"node": ">=8.0.0"
"node": ">=8.9.0"
},
"dependencies": {
"boom": "6.x.x",
"boom": "7.x.x",
"hoek": "5.x.x"

@@ -23,3 +23,3 @@ },

"eslint-plugin-markdown": "1.0.0-beta.6",
"lab": "14.x.x"
"lab": "15.x.x"
},

@@ -26,0 +26,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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