typed-rest-client
Advanced tools
Comparing version 1.8.10 to 1.8.11
{ | ||
"name": "typed-rest-client", | ||
"version": "1.8.10", | ||
"version": "1.8.11", | ||
"description": "Node Rest and Http Clients for use with TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "./RestClient.js", |
@@ -74,7 +74,5 @@ | ||
## Node support | ||
The typed-rest-client is built using the latest LTS version of Node 8. We also support the latest LTS for Node 4 and Node 6. | ||
The typed-rest-client is built using the latest LTS version of Node 8. We also support the latest LTS for Node 6 and newer. | ||
@@ -81,0 +79,0 @@ ## Contributing |
@@ -208,2 +208,5 @@ "use strict"; | ||
} | ||
if (response.headers) { | ||
err['responseHeaders'] = response.headers; | ||
} | ||
reject(err); | ||
@@ -210,0 +213,0 @@ } |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
153944
1733
4
107