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

@fastly/js-compute

Package Overview
Dependencies
Maintainers
5
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.10.0

Diff

Changelog

Source

3.10.0 (2024-03-09)

Added

  • add fastly:device module which allows applications to detect a device based on a user-agent (#738) (5274fd5)

Fixed

  • correct title for the CoreCache.transactionLookup documentation page (9892d90)
jakechampion
published 3.9.1 •

Changelog

Source

3.9.1 (2024-03-04)

Fixed

  • ensure we associate correct memory for the user_metadata attached to a cache item (#734) (550c4f5)
jakechampion
published 3.9.0 •

Changelog

Source

3.9.0 (2024-03-02)

Added

  • Add a EdgeRateLimiter JavaScript Class which enables edge-rate-limiting by utilising a RateCounter and a PenaltyBox instance (#732) (4e81fc7)
  • Add a PenaltyBox JavaScript Class which can be used standalone for adding and checking if an entry is in the penalty-box (#731) (bfe1e15)
  • Add a RateCounter JavaScript Class which can be used standalone for counting and rate calculations (#730) (0f6036f)
  • implement and expose JavaScript classes for Fastly's Compute Core Cache feature set (#566) (94f4038)

Fixed

  • disable the portable-baseline-tier for async functions for now (#733) (4928243)
jakechampion
published 3.8.3 •

Changelog

Source

3.8.3 (2024-02-21)

Fixed

  • do not use colon character in types for windows support (#726) (25bf1a2)
jakechampion
published 3.8.2 •

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)
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