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

@fastly/js-compute

Package Overview
Dependencies
Maintainers
5
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastly/js-compute - npm Package Versions

1
14

3.8.2

Diff

Changelog

Source

3.8.2 (2024-01-25)

Fixed

  • ensure we honor first-byte-timeout and between-bytes-timeout for dynamically registered backends (#719) (2851507)
  • If request does not have a static backend defined, return undefined for the Request.prototype.backend getter (#722) (251c037)
jakechampion
published 3.8.1 •

Changelog

Source

3.8.1 (2024-01-17)

Fixed

  • parse latin-1 encoded field values correctly (#715) (9ebb524)
jakechampion
published 3.8.0 •

Changelog

Source

3.8.0 (2024-01-11)

Added

  • Add manualFramingHeaders on RequestInit and ResponseInit, and add Request.prototype.setManualFramingHeaders and Response.prototype.setManualFramingHeaders (#705)
  • Add Request.prototype.backend getter to return the name of the backend assigned to the request (9c750e5)
  • Allow URL as input on fetch() on TypeScript typings for compat with Node.js (#707) (4f39943)
jakechampion
published 3.7.3 •

Changelog

Source

3.7.3 (2023-11-02)

Fixed

  • Make the underlying KVStore.prototype.get implementation be async (a6a5035)
jakechampion
published 3.7.2 •

Changelog

Source

3.7.2 (2023-10-25)

Fixed

  • Make Response.redirect headers be immutable (3527eaf)
  • Return correct error type (TypeError or RangeError instead of Error) in Request and Response methods (4ea7de7)
jakechampion
published 3.7.1 •

Changelog

Source

3.7.1 (2023-10-24)

Added

  • Add type defintions for the recently added Backend methods (#698) (24f1ba7)
jakechampion
published 3.7.0 •

Changelog

Source

3.7.0 (2023-10-14)

Added

This release of @fastly/js-compute includes 4 new methods to the Backend class, which enable the Fastly Service to retrieve information about any backend, this is particularly useful for checking if the backend is “healthy”. (#523) (08f816a)

The new methods are:

  • Backend.exists(name) - Check whether a backend with the given name exists for the Fastly Service.
  • Backend.fromName(name) - Check whether a backend with the given name exists for the Fastly Service and if it does, then returns an instance of Backend for the given name.
  • Backend.health(name) - Returns the health of the backend with the given name.
  • Backend.prototype.toName() - Return the name for the Backend instance.

Fixed

  • bring back support for build-time env vars (#691) (c044ac4)
  • raise an error during wizening for async functions given to addEventListener (#689) (e6747a2)
jakechampion
published 3.6.2 •

Changelog

Source

3.6.2 (2023-10-05)

Fixed

  • improve fetch error messages (58ddb20)
jakechampion
published 3.6.1 •

Changelog

Source

3.6.1 (2023-09-27)

Fixed

  • ensure we throw an error when trying to base64 decode _ via atob (1b2b2f9)
jakechampion
published 3.6.0 •

Changelog

Source

3.6.0 (2023-09-22)

Added

  • add support for ECDSA keys to be used with SubtleCrypto.prototype.sign and SubtleCrypto.prototype.verify (#667) (51bb170)
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