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

request-promise

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

request-promise - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

.travis.yml

2

lib/rp.js

@@ -86,2 +86,4 @@ var Promise = require('bluebird'),

rp.request = request;
rp.defaults = function (options, requester) {

@@ -88,0 +90,0 @@ options.simple = options.simple || defaultOptions.simple;

5

package.json
{
"name": "request-promise",
"version": "0.2.4",
"version": "0.2.5",
"description": "Promise-based Wrapper for XHR using Request and Bluebird",
"main": "./lib/rp.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {

@@ -7,0 +10,0 @@ "test": "./node_modules/.bin/gulp validate"

# Request-Promise
[![Dependency Status](https://david-dm.org/tyabonil/request-promise.svg)](https://david-dm.org/tyabonil/request-promise)
[![Build Status](https://travis-ci.org/tyabonil/request-promise.svg?branch=master)](https://travis-ci.org/tyabonil/request-promise) [![Dependency Status](https://david-dm.org/tyabonil/request-promise.svg)](https://david-dm.org/tyabonil/request-promise)

@@ -5,0 +5,0 @@ A Promises/A XHR wrapper for Bluebird and Request

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