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.3.8 to 1.3.9

1

lib/types.d.ts

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

maxRedirects?: number;
fetchOptions?: RequestInit;
onRequest?: (url: string, init: RequestInit) => MaybePromise<RequestInit | void>;

@@ -16,0 +17,0 @@ onResponse?: OnResponse<unknown>;

14

package.json
{
"name": "requestly",
"version": "1.3.8",
"version": "1.3.9",
"description": "A minimal, but powerful HTTP Client for Node.js",

@@ -27,2 +27,8 @@ "publishConfig": {

],
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"pub": "npm version patch && npm run build && npm publish",
"prepublishOnly": "pnpm run build"
},
"devDependencies": {

@@ -55,7 +61,3 @@ "@types/set-cookie-parser": "^2.4.10",

"tough-cookie": "^4.1.4"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup"
}
}
}

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