New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fetchbook

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetchbook - npm Package Compare versions

Comparing version 1.1.0-beta.19 to 1.1.0-beta.20

2

lib/run.ts

@@ -51,3 +51,3 @@ import { FetchStory } from "..";

headers: request.headers.count > 0 ? request.headers : undefined,
body: await readBody(request),
body: request.method === "GET" ? undefined : await readBody(request),
},

@@ -54,0 +54,0 @@ response: response

{
"name": "fetchbook",
"version": "1.1.0-beta.19",
"version": "1.1.0-beta.20",
"description": "Manage your HTTP requests",

@@ -5,0 +5,0 @@ "author": "Alejandro Tardín <alejandro@tardin.com>",

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