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

@fastly/esi

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastly/esi - npm Package Versions

0.1.5

Diff
harmony7
published 0.1.5 •

Changelog

Source

[0.1.5] - 2025-01-06

Added

  • Release to npmjs using CI workflow

Fixed

  • Updated dependency versions
harmony7
published 0.1.4 •

Changelog

Source

[0.1.4] - 2024-01-30

Added

  • Max inclusion depth of 10

Fixed

  • fix: Export EsiError from package

Updated

  • docs: Clarification of XML namespacing added to README
harmony7
published 0.1.3 •

Changelog

Source

[0.1.3] - 2024-01-29

Added

  • XmlDocument can be constructed with an empty parameter list to default to empty namespaces definitions
  • EsiTransformer now throws if an unknown tag in esi: namespace is seen
  • EsiTransformStream can be constructed with alternate (or no) default namespace prefix
  • ESI Transform pipes unknown XML tags and attributes through
  • refactor: Use 'attr' instead of 'prop' terminology in internal API for XML attributes

Fixed

  • docs: recommend setting host_override instead of host header
harmony7
published 0.1.2 •

Changelog

Source

[0.1.2] - 2024-01-16

Fixed

  • Fixed regex for literal string to allow for empty string
harmony7
published 0.1.1 •

Changelog

Source

[0.1.1] - 2024-01-16

Fixed

  • Dictionaries with missing values will return empty strings
harmony7
published 0.1.0 •

Changelog

Source

[0.1.0] - 2023-12-19

Added

  • Initial public release