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 1.0.3 to 1.0.4

10

index.d.ts

@@ -1,5 +0,3 @@

import liburl from 'url';
import http from 'http';
import https from 'https';
import libcookie from 'cookie';
import * as http from 'http';
import * as https from 'https';
import { CookieJar } from 'tough-cookie';

@@ -14,5 +12,5 @@

interface CookieAgent<BaseAgent extends http.Agent> extends BaseAgent {
type CookieAgent<BaseAgent extends http.Agent> = BaseAgent & {
jar: CookieJar;
}
};

@@ -19,0 +17,0 @@ export function createCookieAgent<

16

package.json
{
"name": "http-cookie-agent",
"version": "1.0.3",
"version": "1.0.4",
"description": "Allows cookies with every Node.js HTTP clients.",

@@ -40,5 +40,5 @@ "license": "MIT",

"@semantic-release/git": "9.0.1",
"@types/http-proxy": "1.17.7",
"@types/http-proxy": "1.17.8",
"@types/needle": "2.5.2",
"@types/node": "12.20.36",
"@types/node": "12.20.38",
"@types/node-fetch": "2.5.12",

@@ -51,8 +51,8 @@ "@types/request": "2.48.7",

"axios": "0.24.0",
"got": "11.8.2",
"got": "11.8.3",
"http-proxy": "1.18.1",
"http-proxy-agent": "5.0.0",
"needle": "3.0.0",
"node-fetch": "2.6.5",
"phin": "3.6.0",
"node-fetch": "2.6.6",
"phin": "3.6.1",
"request": "2.88.2",

@@ -63,4 +63,4 @@ "rimraf": "^3.0.2",

"tough-cookie": "4.0.0",
"typescript": "4.4.4",
"urllib": "2.37.4"
"typescript": "4.5.4",
"urllib": "2.38.0"
},

@@ -67,0 +67,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