http-cookie-agent
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -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< |
{ | ||
"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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18043
188