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

@atproto-labs/fetch-node

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atproto-labs/fetch-node - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

CHANGELOG.md
# @atproto-labs/fetch-node
## 0.1.2
### Patch Changes
- [#2854](https://github.com/bluesky-social/atproto/pull/2854) [`8943c1008`](https://github.com/bluesky-social/atproto/commit/8943c10082702bbc0fc150237c6cc421251afd51) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Disable use of HTTP2 when checking SSRF IP
## 0.1.1

@@ -4,0 +10,0 @@

4

dist/unicast.js

@@ -69,3 +69,5 @@ "use strict";

const dispatcher = new undici_1.Client(url.origin, {
allowH2: true,
// Do *not* enable H2 here, as it will cause an error (the client
// will terminate the connection before the response is consumed).
// https://github.com/nodejs/undici/issues/3671
connect: {

@@ -72,0 +74,0 @@ keepAlive: false, // Client will be used once

{
"name": "@atproto-labs/fetch-node",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "SSRF protection for fetch() in Node.js",

@@ -109,3 +109,5 @@ import dns, { LookupAddress } from 'node:dns'

const dispatcher = new Client(url.origin, {
allowH2: true,
// Do *not* enable H2 here, as it will cause an error (the client
// will terminate the connection before the response is consumed).
// https://github.com/nodejs/undici/issues/3671
connect: {

@@ -112,0 +114,0 @@ keepAlive: false, // Client will be used once

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