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

sync-fetch

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sync-fetch - npm Package Versions

1

0.4.1

Diff

Changelog

Source

0.4.1 (2022-05-26)

Bug Fixes

  • browser: re-add non-spec timeout option (168a46c)
larsgw
published 0.4.0 •

Changelog

Source

0.4.0 (2022-05-26)

Bug Fixes

  • browser: improve browser compatibility (c65b3aa)

  • chore!: raise minimal Node.js version to 14 (096e7a3)

BREAKING CHANGES

  • Use Node.js 14 or higher. sync-fetch 0.3.x will keep getting critical security fixes if possible, but keep in mind that Node.js 12 itself is EOL and will itself not receive any security updates.
larsgw
published 0.3.1 •

Changelog

Source

0.3.1 (2021-10-09)

Bug Fixes

  • transfer binary data correctly (674c848)
larsgw
published 0.3.0 •

Changelog

Source

0.3.0 (2020-11-02)

  • chore!: drop node 8 and add 14 (b8b3e6c)

BREAKING CHANGES

  • drop Node 8 support
larsgw
published 0.2.1 •

Changelog

Source

0.2.1 (2020-11-02)

Bug Fixes

  • call .join on stdin chunks array using empty string separator (bd609ad)
larsgw
published 0.2.0 •

Changelog

Source

0.2.0 (2020-06-27)

  • refactor!: change class names (2e6a9ea)

BREAKING CHANGES

  • Changes Response and Request class names
larsgw
published 0.1.1 •

Changelog

Source

0.1.1 (2019-10-24)

Bug Fixes

larsgw
published 0.1.0 •

Changelog

Source

0.1.0 (2019-08-29)

Bug Fixes

  • body: also inline constructor (fe75247)
  • body: clone as sync instance (dd0b3c2)
  • body: default to null body (e5bd3b2)
  • body: do not consume body on clone (52dd003)
  • body: fix cloning consuming the body (8582046)
  • body: handle multi-value headers (379f55b)
  • body: inline body for super call (4b749f0)
  • body: make body methods enumerable (b20d190)
  • body: make clone method enumerable (27fa776)
  • body: only use super.buffer() (7558e7d)
  • body: pass stream to original Body (aa8a491)
  • body: throw error on stream input (ede18b8)
  • body: throw error when body already used (e78484d)
  • request: count other bodies as string (ed729f5)
  • request: pass body as-is (d36eb2a)
  • request: properly include headers (84a1de5)
  • request: special handling for input body strings (62c7876)
  • request: support node-fetch-only props (a6e3d38)
  • response: fix response error type (99ef625)
  • response: include url (a82beea)
  • response: properly include headers (7afa710)
  • response: support all body types (f7de954)
  • response: support redirected prop (0d9714f)
  • response: throw body errors late (d1fcbc4)
  • support Node 8 (52c0129)

Features

  • body: catch async errors (390ddab)
  • browser: make working browser alternative (ef05ffc)
  • fetch: improve child process handling (fece0fa)
  • fetch: support Node URL object input (d753191)
  • initial implementation (6f1563e)
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