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.4.0 to 0.4.1

8

lib/errors.js

@@ -10,3 +10,5 @@ 'use strict';

Error.captureStackTrace(this);
if (Error.captureStackTrace) {
Error.captureStackTrace(this);
}

@@ -24,3 +26,5 @@ }

Error.captureStackTrace(this);
if (Error.captureStackTrace) {
Error.captureStackTrace(this);
}

@@ -27,0 +31,0 @@ }

{
"name": "request-promise",
"version": "0.4.0",
"version": "0.4.1",
"description": "The world-famous HTTP client 'Request' now Promises/A+ compliant. Powered by Bluebird.",

@@ -38,2 +38,3 @@ "keywords": [

"devDependencies": {
"body-parser": "^1.12.0",
"chai": "^1.10.0",

@@ -40,0 +41,0 @@ "chai-as-promised": "^4.1.1",

@@ -400,2 +400,5 @@ <a href="http://promisesaplus.com/">

- v0.4.1 (2015-03-20)
- Improved Error types to work in browsers without v8 engine
*(Thanks to @nodiis for [pull request #40](https://github.com/tyabonil/request-promise/pull/40))*
- v0.4.0 (2015-02-08)

@@ -402,0 +405,0 @@ - Introduced Error types used for the reject reasons (See last part [this section](#rejected-promises-and-the-simple-option))

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