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

requestly

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

requestly - npm Package Compare versions

Comparing version 1.2.6 to 1.3.1

2

lib/index.d.ts

@@ -17,3 +17,3 @@ import * as tough_cookie from 'tough-cookie';

deserialize: (cookies: Record<string, string>[]) => void;
get: (url: string) => Promise<string>;
get: (name: string, url?: string) => Promise<string | null>;
getAll: (url: string) => Promise<any[]>;

@@ -20,0 +20,0 @@ set: (url: string, cookie: string) => Promise<void>;

@@ -1,1 +0,1 @@

import{CookieJar as c}from"tough-cookie";import{splitCookiesString as w}from"set-cookie-parser";var m="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36";function y(s){let e=new URLSearchParams(s).toString();return e?`?${e}`:""}function _(s){return!s||s instanceof FormData?"":s instanceof URLSearchParams?"application/x-www-form-urlencoded":s instanceof Blob||s instanceof ArrayBuffer||typeof ReadableStream<"u"&&s instanceof ReadableStream?"application/octet-stream":s instanceof URL?"text/uri-list":s instanceof Uint8Array?"application/octet-stream":typeof s.uri=="string"&&typeof s.type=="string"?s.type||"application/octet-stream":"application/json"}var C=new Set([301,302,303,307,308]),p=class s{constructor(e){this._headers={};this._params={};this.cookies={serialize:()=>this._cookieJar.serializeSync().cookies,deserialize:e=>{this._cookieJar=c.deserializeSync({rejectPublicSuffixes:!0,storeType:"MemoryCookieStore",version:"tough-cookie@4.1.4",cookies:e})},get:async e=>this._cookieJar.getCookieString(e),getAll:async e=>this._cookieJar.getCookies(e),set:async(e,t)=>{await this._cookieJar.setCookie(t,e)},clear:()=>{this._cookieJar=new c}};this.headers={set:(e,t)=>{this._headers[e]=t},get:e=>this._headers[e],getAll:()=>this._headers,remove:e=>{delete this._headers[e]},update:e=>{this._headers={...e,...this._headers}}};if(typeof e=="string"){this._baseUrl=e,this._cookieJar=new c,this._maxRedirects=20;return}this._baseUrl=e?.baseUrl??"",this._headers=e?.headers??{},this._params=e?.params??{},this._cookieJar=new c,e?.cookies&&this.cookies.deserialize(e.cookies),this._headers["User-Agent"]=e?.userAgent??m,this._onRequest=e?.onRequest,this._maxRedirects=e?.maxRedirects??20}async _request(e,t,i,u=0){if(e.startsWith("/")&&this._baseUrl==null)throw new Error("Cannot make request with relative URL without a base URL");let b=y({...i?.params,...this._params}),n=`${this._baseUrl}${e}${b}`;n.endsWith("/")&&(n=n.slice(0,-1));let g=_(i?.body),k={...g?{"Content-Type":g}:{},...i?.headers},h=await this._cookieJar.getCookieString(n),o={method:t,headers:{...this.headers.getAll(),...k,...h?{Cookie:h}:{}},body:typeof i?.body=="object"&&!(i?.body instanceof FormData)&&!(i?.body instanceof URLSearchParams)&&!(i?.body instanceof Blob)&&!(i?.body instanceof ArrayBuffer)&&(typeof ReadableStream>"u"||!(i?.body instanceof ReadableStream))&&!(i?.body instanceof URL)&&!(i?.body instanceof Uint8Array)?JSON.stringify(i?.body):i?.body},f=await this._onRequest?.(n,o);o={...o,...f,headers:{...o.headers,...f?.headers},redirect:"manual"};let r=await fetch(n,o),R=r.headers.get("Set-Cookie");if(R){let a=w(R);for(let l of a)await this._cookieJar.setCookie(l,n,{ignoreError:!0})}if(C.has(r.status)&&u<this._maxRedirects){let a=r.headers.get("Location");if(a){let l=new URL(a,n).toString(),T=r.status===303?"GET":t,U=r.status===303?void 0:i?.body;return this._request(l,T,{...i,body:U},u+1)}}let q=r.headers.get("Content-Type")?.includes("application/json"),d={...r,url:r.url,ok:r.ok,redirected:u>0,status:r.status,statusText:r.statusText,request:{url:e,method:t,options:o},headers:r.headers,data:await(q?r.json():r.text())};if(this._onResponse){let a=await this._onResponse(n,o,d);if(a)return a?.headers instanceof Headers?a:{...d,data:a}}return d}get baseUrl(){return this._baseUrl}set baseUrl(e){this._baseUrl=e}create(e){return new s(e)}get params(){return this._params}set params(e){this._params=e}get(e,t){return this._request(e,"GET",t)}post(e,t){return this._request(e,"POST",t)}put(e,t){return this._request(e,"PUT",t)}delete(e,t){return this._request(e,"DELETE",t)}patch(e,t){return this._request(e,"PATCH",t)}onRequest(e){this._onRequest=e}onResponse(e){this._onResponse=e}},x=new p,v=x;export{p as Requestly,v as default,x as requestly};
import{CookieJar as d}from"tough-cookie";import{splitCookiesString as S}from"set-cookie-parser";var _="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36";function b(i){let e=new URLSearchParams(i).toString();return e?`?${e}`:""}function q(i){return!i||i instanceof FormData?"":i instanceof URLSearchParams?"application/x-www-form-urlencoded":i instanceof Blob||i instanceof ArrayBuffer||typeof ReadableStream<"u"&&i instanceof ReadableStream?"application/octet-stream":i instanceof URL?"text/uri-list":i instanceof Uint8Array?"application/octet-stream":typeof i.uri=="string"&&typeof i.type=="string"?i.type||"application/octet-stream":"application/json"}var O=new Set([301,302,303,307,308]),f=class i{constructor(e){this._headers={};this._params={};this.cookies={serialize:()=>this._cookieJar.serializeSync().cookies,deserialize:e=>{this._cookieJar=d.deserializeSync({rejectPublicSuffixes:!0,storeType:"MemoryCookieStore",version:"tough-cookie@4.1.4",cookies:e})},get:async(e,t)=>{if(t)return(await this._cookieJar.getCookies(t)).find(p=>p.key===e)?.value??null;let s=await this._cookieJar.serialize();for(let a of s.cookies)if(a.key?.toLowerCase()===e.toLowerCase())return a.value;return null},getAll:async e=>this._cookieJar.getCookies(e),set:async(e,t)=>{await this._cookieJar.setCookie(t,e)},clear:()=>{this._cookieJar=new d}};this.headers={set:(e,t)=>{this._headers[e]=t},get:e=>this._headers[e],getAll:()=>this._headers,remove:e=>{delete this._headers[e]},update:e=>{this._headers={...e,...this._headers}}};if(typeof e=="string"){this._baseUrl=e,this._cookieJar=new d,this._maxRedirects=20;return}this._baseUrl=e?.baseUrl??"",this._headers=e?.headers??{},this._params=e?.params??{},this._cookieJar=new d,e?.cookies&&this.cookies.deserialize(e.cookies),this._headers["User-Agent"]=e?.userAgent??_,this._onRequest=e?.onRequest,this._maxRedirects=e?.maxRedirects??20}async _request(e,t,s,a=0){if(e.startsWith("/")&&this._baseUrl==null)throw new Error("Cannot make request with relative URL without a base URL");let p=b({...s?.params,...this._params}),o=`${this._baseUrl}${e}${p}`;o.endsWith("/")&&(o=o.slice(0,-1));let h=q(s?.body),T={...h?{"Content-Type":h}:{},...s?.headers},R=await this._cookieJar.getCookieString(o)+"; "+Object.entries(s?.cookies??{}).map(([n,u])=>`${n}=${u}`).join("; "),c={method:t,headers:{...this.headers.getAll(),...T,...R?{Cookie:R}:{}},body:typeof s?.body=="object"&&!(s?.body instanceof FormData)&&!(s?.body instanceof URLSearchParams)&&!(s?.body instanceof Blob)&&!(s?.body instanceof ArrayBuffer)&&(typeof ReadableStream>"u"||!(s?.body instanceof ReadableStream))&&!(s?.body instanceof URL)&&!(s?.body instanceof Uint8Array)?JSON.stringify(s?.body):s?.body},m=await this._onRequest?.(o,c);c={...c,...m,headers:{...c.headers,...m?.headers},redirect:"manual"};let r=await fetch(o,c),y={},k=r.headers.get("Set-Cookie");if(k){let n=S(k);for(let u of n){let l=await this._cookieJar.setCookie(u,o,{ignoreError:!0});y[l.key]=l.value}}if(O.has(r.status)&&a<this._maxRedirects){let n=r.headers.get("Location");if(n){let u=new URL(n,o).toString(),l=r.status===303?"GET":t,U=r.status===303?void 0:s?.body;return this._request(u,l,{...s,body:U},a+1)}}let w=r.headers.get("Content-Type")?.includes("application/json"),g={...r,url:r.url,ok:r.ok,redirected:a>0,status:r.status,statusText:r.statusText,request:{url:e,method:t,options:c},headers:r.headers,cookies:y,data:await(w?r.json():r.text())};if(this._onResponse){let n=await this._onResponse(o,c,g);if(n)return n?.headers instanceof Headers?n:{...g,data:n}}return g}get baseUrl(){return this._baseUrl}set baseUrl(e){this._baseUrl=e}create(e){return new i(e)}get params(){return this._params}set params(e){this._params=e}get(e,t){return this._request(e,"GET",t)}post(e,t){return this._request(e,"POST",t)}put(e,t){return this._request(e,"PUT",t)}delete(e,t){return this._request(e,"DELETE",t)}patch(e,t){return this._request(e,"PATCH",t)}onRequest(e){this._onRequest=e}onResponse(e){this._onResponse=e}},x=new f,J=x;export{f as Requestly,J as default,x as requestly};

@@ -26,2 +26,3 @@ type RequestMethod = "GET" | "POST" | "PUT" | "DELETE" | "PATCH";

};
cookies: Record<string, string>;
data: T;

@@ -28,0 +29,0 @@ }

{
"name": "requestly",
"version": "1.2.6",
"version": "1.3.1",
"description": "A minimal, but powerful HTTP Client for Node.js",

@@ -5,0 +5,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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