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.2 to 0.1.3

6

CHANGELOG.md
# @atproto-labs/fetch-node
## 0.1.3
### Patch Changes
- [#2865](https://github.com/bluesky-social/atproto/pull/2865) [`80450cbf2`](https://github.com/bluesky-social/atproto/commit/80450cbf2ca27967ee9fe1a5f4bc590b26f1e6b2) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Do not use HTTP2 connection when performing "safe fetch" HTTP requests
## 0.1.2

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

3

dist/unicast.js

@@ -31,4 +31,3 @@ "use strict";

const dispatcher = new undici_1.Agent({
allowH2: true,
connect: { keepAlive: true, lookup: unicastLookup },
connect: { lookup: unicastLookup },
});

@@ -35,0 +34,0 @@ return async function (input, init) {

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

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

@@ -46,4 +46,3 @@ import dns, { LookupAddress } from 'node:dns'

const dispatcher = new Agent({
allowH2: true,
connect: { keepAlive: true, lookup: unicastLookup },
connect: { lookup: unicastLookup },
})

@@ -50,0 +49,0 @@

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