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

http-cookie-agent

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-cookie-agent - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

6

dist/undici/utils/validate_cookie_options.js

@@ -8,4 +8,2 @@ "use strict";

var _toughCookie = require("tough-cookie");
var _undici = require("undici");

@@ -15,4 +13,4 @@

opts, resolver = require.resolve) {
if (!(opts.jar instanceof _toughCookie.CookieJar)) {
throw new _undici.errors.InvalidArgumentError('invalid cookies.jar object');
if (!('jar' in opts)) {
throw new _undici.errors.InvalidArgumentError('invalid cookies.jar');
}

@@ -19,0 +17,0 @@

{
"name": "http-cookie-agent",
"version": "2.1.1",
"version": "2.1.2",
"description": "Allows cookies with every Node.js HTTP clients.",

@@ -5,0 +5,0 @@ "keywords": [

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