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

typed-rest-client

Package Overview
Dependencies
Maintainers
5
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typed-rest-client - npm Package Compare versions

Comparing version 1.8.10 to 1.8.11

2

package.json
{
"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 @@ }

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