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

@fastly/compute-js-opentelemetry

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastly/compute-js-opentelemetry - npm Package Versions

2

0.4.2

Diff
harmony7
published 0.4.2 •

Changelog

Source

[0.4.2] - 2025-01-06

Added

  • Release to npmjs using CI workflow

Fixed

  • Removed "engines" requirement
  • Updated several dependency versions
harmony7
published 0.4.1 •

Changelog

Source

[0.4.1] - 2024-05-15

Fixed

  • Fixed build output directory
harmony7
published 0.4.0 •

Changelog

Source

[0.4.0] - 2024-03-15

Updated

  • Updated upstream libraries: api@1.8.0, packages@1.22.0, and experimental@0.49.1
harmony7
published 0.3.1 •

Changelog

Source

[0.3.1] - 2024-03-15

Updated

  • Added repository field to package.json
  • Added instructions for setting up @fastly/js-compute and Top Level Await
harmony7
published 0.3.0 •

Changelog

Source

[0.3.0] - 2024-03-15

Updated

  • Updated package type to "module"
  • Updated to @fastly/js-compute@3.11.0
  • Updated several dependency versions including TypeScript and node-inspect-extracted
  • Switched tests to use import hooks instead of require hook
  • Switched to c8 from nyc/istanbul
  • Switched to tsx from ts-node
  • Switched to CompressionStream from zlib
  • No longer depend on Node.js versions of @opentelemetry/exporter-trace-otlp-http and @opentelemetry/otlp-exporter-base
  • Removed Webpack requirement as well as webpack-helpers project
  • Demos also updated to package type "module" and removing Webpack
  • Updated component compatibility table in README
harmony7
published 0.2.3 •

Changelog

Source

[0.2.3] - 2024-01-23

Fixed

  • Fixes headers not getting merged
harmony7
published 0.2.2 •

Changelog

Source

[0.2.2] - 2023-01-08

Updated

  • Apply "Compute" branding change.
harmony7
published 0.2.1 •

Changelog

Source

[0.2.1] - 2023-10-12

Added

  • Added README demo example in TypeScript
  • Added Basic Tracing TypeScript example
  • Added TypeScript tips to README

Fixed

  • webpack-helpers: Correctly override loaders

Internal

  • Update to @fastly/js-compute@3.6.2
harmony7
published 0.2.0 •

Changelog

Source

[0.2.0] - 2023-09-19

Fixed

  • Global document object returns undefined rather than null, fixes a problem caused by is-callable dependency.
  • Fix metrics exporting code incorrectly attempting to use browser features to send metrics.

Added

  • Requires at least @fastly/js-compute@2, with support for @fastly/js-compute@3
  • Metrics
  • Supports performance API, for higher resolution timestamps
  • Support for Async Resource Attributes

Removed

  • Removed FastlySpanProcessor, as BatchSpanProcessor can be used.
  • Remove mainFields fix for webpack helpers as it is no longer necessary

Changed

  • Support for updated OpenTelemetry libraries:
    • OpenTelemetry API version 1.4.x
    • Core implementations at 1.14.x
    • Experimental modules at 0.40.x
  • Updated to TypeScript@5
  • Switch to npm from yarn
harmony7
published 0.2.0-alpha.3 •
2