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

typed-rest-client

Package Overview
Dependencies
Maintainers
1
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.0.5 to 1.0.6

3

HttpClient.js

@@ -199,5 +199,2 @@ "use strict";

}
if (this._proxyAgent) {
this._proxyAgent.destroy();
}
this._disposed = true;

@@ -204,0 +201,0 @@ }

2

package.json
{
"name": "typed-rest-client",
"version": "1.0.5",
"version": "1.0.6",
"description": "Node Rest and Http Clients for use with TypeScript",

@@ -5,0 +5,0 @@ "main": "./RestClient.js",

@@ -5,6 +5,2 @@ # Typed Rest and Http Client with TypeScript Typings

## Status
Stable version 0.15.6 and 1.0 is in preview (npm install typed-rest-client@preview). We expect to release 1.0 very soon.
## Features

@@ -14,3 +10,3 @@

- Typings included so no need to acquire separately (great for intellisense and no versioning drift)
- Basic, Bearer and NTLM Support out of the box
- Basic, Bearer and NTLM Support out of the box. Extensible handlers for others.
- Proxy support

@@ -17,0 +13,0 @@ - Certificate support (Self-signed server and client cert)

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