Comparing version 2.0.0 to 2.0.1
@@ -6,3 +6,4 @@ import makeErrorCause = require('make-error-cause'); | ||
popsicle: Request; | ||
name: string; | ||
constructor(message: string, code: string, original: Error, popsicle: Request); | ||
} |
@@ -11,2 +11,3 @@ var __extends = (this && this.__extends) || function (d, b) { | ||
_super.call(this, message, original); | ||
this.name = 'PopsicleError'; | ||
this.code = code; | ||
@@ -13,0 +14,0 @@ this.popsicle = popsicle; |
{ | ||
"name": "popsicle", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Simple HTTP requests for node and the browser", | ||
@@ -5,0 +5,0 @@ "main": "dist/lib/index.js", |
@@ -77,2 +77,4 @@ # ![Popsicle](https://cdn.rawgit.com/blakeembrey/popsicle/master/logo.svg) | ||
**P.S.:** Need a proxy? Try using [`proxy-agent`](https://github.com/TooTallNate/node-proxy-agent) with the agent option. | ||
#### Short-hand Methods | ||
@@ -79,0 +81,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
99808
1160
371