Socket
Socket
Sign inDemoInstall

hyper-request

Package Overview
Dependencies
2
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.0.3

2

hrequest.js

@@ -400,3 +400,3 @@ 'use strict';

let tmpCacheKey = Object.assign({}, requestOptions, {agent: 'cache'});
let tmpCacheKey = JSON.parse(JSON.stringify(Object.assign({}, requestOptions, {agent: 'cache'})));

@@ -403,0 +403,0 @@ this.cacheIgnoreFields.forEach(complexKey => {

{
"name": "hyper-request",
"version": "3.0.2",
"version": "3.0.3",
"description": "Make http Requests without all those sub-dependencies, just http/s with a api wrapper",

@@ -5,0 +5,0 @@ "main": "hrequest.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc