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

@rqt/aqt

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rqt/aqt - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 11 January 2018
### 1.1.4
- [fix] Correct `method` JSDoc.
## 12 November 2018

@@ -2,0 +8,0 @@

4

package.json
{
"name": "@rqt/aqt",
"version": "1.1.3",
"version": "1.1.4",
"description": "An Advanced Network Request Package That Returns Body (Parsed As JSON If Needed), Headers And Status After Gzip Decompression.",

@@ -51,5 +51,5 @@ "main": "build",

"dependencies": {
"catchment": "3.1.1",
"catchment": "3.2.0",
"erotic": "2.0.1"
}
}

@@ -50,3 +50,3 @@ # @rqt/aqt

| compress | _boolean_ | Add the `Accept-Encoding: gzip, deflate` header automatically to indicate to the server that it can send a compressed response. | `true` |
| headers | _string_ | What HTTP method to use to send data. | `POST` |
| method | _string_ | What HTTP method to use to send data. | `POST` |
| binary | _boolean_ | Whether to return a buffer instead of a string. | `false` |

@@ -68,3 +68,3 @@ | justHeaders | _boolean_ | Whether to stop the request after response headers were received, without waiting for the data. | `false` |

"content-type": "text/plain",
"date": "Wed, 26 Sep 2018 12:49:58 GMT",
"date": "Fri, 11 Jan 2019 05:45:38 GMT",
"connection": "close",

@@ -158,4 +158,4 @@ "transfer-encoding": "chunked"

(c) [Rqt][1] 2018
(c) [Rqt][1] 2019
[1]: https://rqt.biz

Sorry, the diff of this file is not supported yet

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