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

bluereq

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bluereq - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

build/arg-parser.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.10.0
// Generated by CoffeeScript 1.12.2
(function() {

@@ -3,0 +3,0 @@ var getOpts;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.10.0
// Generated by CoffeeScript 1.12.2
(function() {

@@ -3,0 +3,0 @@ var customRequest, parseArgs, request,

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.10.0
// Generated by CoffeeScript 1.12.2
(function() {

@@ -3,0 +3,0 @@ var signature;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.10.0
// Generated by CoffeeScript 1.12.2
(function() {

@@ -25,2 +25,3 @@ var Promise, errorAttributes, pick, request;

data = pick(res, errorAttributes);
data.url = res.request.uri.href;
Object.assign(err, data);

@@ -27,0 +28,0 @@ return reject(err);

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.10.0
// Generated by CoffeeScript 1.12.2
(function() {

@@ -3,0 +3,0 @@ var slice = [].slice;

{
"name": "bluereq",
"version": "2.1.1",
"version": "2.1.2",
"description": "A bluebird promise wrapper for HTTP requests",

@@ -12,4 +12,4 @@ "main": "build/bluereq.js",

"bluebird": "^3.4.0",
"lodash.pick": "^4.1.0",
"request": "^2.67.0"
"lodash.pick": "^4.2.1",
"request": "^2.72.0"
},

@@ -20,3 +20,5 @@ "devDependencies": {

"coffee-script": "^1.10.0",
"http-status": "^0.1.7"
"express": "^4.14.0",
"http-status": "^0.1.7",
"mocha": "^3.2.0"
},

@@ -23,0 +25,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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