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

oniyi-http-client

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oniyi-http-client - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

2

package.json
{
"name": "oniyi-http-client",
"version": "2.0.5",
"version": "2.0.6",
"description": "Adding a plugin interface to \"request\" that allows modifications of request parameters and response data",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/benkroeger/oniyi-http-client#readme",

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

// retrieve cookies from jar asynchronously
cookieJar.getCookieString(options.uri.href, (err, cookieString) => {
cookieJar.getCookieString(options.uri, (err, cookieString) => {
if (err) {

@@ -56,0 +56,0 @@ next(err);

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