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

exp-fetch

Package Overview
Dependencies
Maintainers
14
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exp-fetch - npm Package Versions

2345

5.5.0

Diff
markusn
published 5.5.0 •
gusliden
published 5.4.3 •
drgeobn
published 5.4.2 •

Changelog

Source

5.4.2

  • Ignore .DS_Store and document fetch retry and timeout config in README.
  • Bump deps to fix security audit.
markusn
published 5.4.1 •

Changelog

Source

5.4.1

  • Bump deps to fix security audit.
markusn
published 5.4.0 •

Changelog

Source

5.4.0

  • Default to seting User-Agent to calling application to play nice with generic logging tools
markusn
published 5.3.3 •

Changelog

Source

5.3.3

  • Bump dependencies
jonaswalden
published 5.3.2 •

Changelog

Source

5.3.2

  • Catch and forward internal errors to callback or return as rejected promise
  • Bump node from 14 to 16
  • Bump eslint from 8.3.0 to 8.26.0
  • Bump eslint-config-exp from 0.2.0 to 0.5.0 and obey the new linting rules
  • Bump mocha from 9.2.0 to 10.1.0
  • Bump nock from 13.2.2 to 13.2.9
  • Bump exp-asynccache from 2.0.0 to 3.2.0
martindanielson
published 5.3.1 •

Changelog

Source

5.3.1

Add got hooks to behaviour

markusn
published 5.2.1 •

Changelog

Source

5.2.1

  • Bump got from 11.8.3 to 11.8.5
  • Bump eslint and eslint-config-exp and obey the new linting rules
markusn
published 5.2.0 •

Changelog

Source

5.2.0

Added the following methods to the object returned from fetchBuilder:

  • get - makes a GET request using the behavior passed to fetchBuilder
  • post - makes a POST request using the behavior passed to fetchBuilder
  • put - makes a PUT request using the behavior passed to fetchBuilder
  • patch - makes a PATCH request using the behavior passed to fetchBuilder
  • head - makes a HEAD request using the behavior passed to fetchBuilder
  • options - makes an OPTIONS request using the behavior passed to fetchBuilder
  • del - makes a DELETE request using the behavior passed to fetchBuilder

Already existing methods are:

  • fetch - makes a request using the default method specified in behavior (defaults to GET)
  • stats - get stats for cached requests