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

@digitalbazaar/http-client

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digitalbazaar/http-client - npm Package Versions

1

2.0.1

Diff

Changelog

Source

2.0.1 - 2021-12-01

Fixed

  • Remove unused httpsAgent param.
codenamedmitri
published 2.0.0 •

Changelog

Source

2.0.0 - 2021-11-15

Changed

  • BREAKING: Include full URL in Possible CORS error. type errors.
  • BREAKING: For TimeoutError, change the error message to include the request's url. Was: Request timed out, now: Request to "example.com" timed out.
  • BREAKING: Remove default exports.

Added

  • Add a .requestUrl property to all errors, for easier logging/diagnostics.
  • Add PUT to allowed proxied methods.

Fixed

  • Fix .extend() to return a proxy (with default headers, etc).
dlongley
published 1.2.0 •

Changelog

Source

1.2.0 - 2021-07-19

Added

  • Ensure that body parsing will occur for JSON content types when individual method functions (e.g., get, post) are not used (e.g., httpClient(url, {method: 'get'}). Body parsing can be disabled by passing the parseBody option set to false.
davidlehn
published 1.1.0 •

Changelog

Source

1.1.0 - 2021-04-06

Changed

  • Updated ky, ky-universal, and mocha dependencies.
mattcollier
published 1.0.0 •

Changelog

Source

1.0.0 - 2020-06-18

Added

  • Add core files.

  • See git history for changes previous to this release.

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