Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fastly/js-compute

Package Overview
Dependencies
Maintainers
0
Versions
130
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
13

3.7.0

Diff

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)
jakechampion
published 3.5.0 •

Changelog

Source

3.5.0 (2023-09-19)

Added

JavaScript dependencies can now target our JavaScript runtime for Fastly Compute explicitly via the recently added “fastly” WinterCG Runtime Key This release updates our internal bundling system to include this functionality Note: If you are using a custom bundling system for your JavaScript projects and want this functionality, you will need to update/configure your bundling system

jakechampion
published 3.4.0 •

Changelog

Source

3.4.0 (2023-09-13)

Added

  • add ability to import ECDSA JWK keys via crypto.subtle.importKey (#639) (c16b001)
jakechampion
published 3.3.5 •

Changelog

Source

3.3.5 (2023-09-11)

Changed

  • use new host_api implementation for transactional lookups and inserts (#651) (8c29246)
jakechampion
published 3.3.4 •

Changelog

Source

3.3.4 (2023-09-07)

Fixed

  • Fix SimpleCache API by reverting host_api implementation of the underlying cache apis (4340375)
jakechampion
published 3.3.3 •

Changelog

Source

3.3.3 (2023-09-05)

Fixed

  • remove unused lines of code from docs for SimpleCache/get.mdx (51fd4af)
  • update to latest version of gecko-dev which fixes a bug with the default ecma262 sorting algorithm (#643) (64323e3)
jakechampion
published 3.3.2 •

Changelog

Source

3.3.2 (2023-08-31)

Added

  • Add documentation for Request.prototype.clone() (9d12321)
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