Socket
Socket
Sign inDemoInstall

rqt

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rqt - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

build/index.js

@@ -74,3 +74,3 @@ "use strict";

if (res.headers['content-type'] === 'application/json') {
if (h['content-type'].startsWith('application/json')) {
try {

@@ -77,0 +77,0 @@ const parsed = JSON.parse(r);

## 19 June 2018
### 1.2.1
- [fix] Also parse `json` if response header includes charset.
### 1.2.0

@@ -4,0 +8,0 @@

{
"name": "rqt",
"version": "1.2.0",
"version": "1.2.1",
"description": "request library",

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

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