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

@httpland/range-parser

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@httpland/range-parser - npm Package Versions

miyauci
published 1.2.0 •

Changelog

Source

1.2.0-beta.2 (2023-03-28)

Bug Fixes

  • parse: change the definition of valid syntax (e718b1e), closes #3
miyauci
published 1.2.0-beta.2 •

Changelog

Source

1.2.0-beta.2 (2023-03-28)

Bug Fixes

  • parse: change the definition of valid syntax (e718b1e), closes #3
miyauci
published 1.2.0-beta.1 •

Changelog

Source

1.2.0-beta.1 (2023-03-28)

Features

  • rename parse and stringify, mark as deprecated (d8d84dc)
miyauci
published 1.1.0 •

Changelog

Source

1.1.0 (2023-03-16)

Bug Fixes

  • parse: avoid destructive backtracking (6e30ff1)

Features

  • stringify: add serializer for Range object (56f5cb4)
  • validate: add validator for HTTP Range header field format (1331749)

Performance Improvements

  • parse: optimize regex pattern (523dbb2)
miyauci
published 1.1.0-beta.1 •

Changelog

Source

1.1.0-beta.1 (2023-03-16)

Features

  • stringify: add serializer for Range object (56f5cb4)
  • validate: add validator for HTTP Range header field format (1331749)
miyauci
published 1.0.1-beta.1 •

Changelog

Source

1.0.1-beta.1 (2023-03-15)

Bug Fixes

  • parse: avoid destructive backtracking (6e30ff1)

Performance Improvements

  • parse: optimize regex pattern (523dbb2)
miyauci
published 1.0.0 •

Changelog

Source

1.0.0 (2023-03-09)

Features

  • add parser for HTTP range header field (2ccb899)
  • mod: export types (0ce6f8b)
  • parse: add checking semantic error (23dbe4e)
  • parse: improve error message (fb5cba9)
  • parse: support other range specifier (91471ed)
  • validate: add type guard for range spec (50285bc)
miyauci
published 1.0.0-beta.3 •

Changelog

Source

1.0.0-beta.3 (2023-03-09)

Features

  • parse: improve error message (fb5cba9)
miyauci
published 1.0.0-beta.2 •

Changelog

Source

1.0.0-beta.2 (2023-03-09)

Features

  • parse: add checking semantic error (23dbe4e)
  • validate: add type guard for range spec (50285bc)
miyauci
published 1.0.0-beta.1 •

Changelog

Source

1.0.0-beta.1 (2023-03-08)

Features

  • add parser for HTTP range header field (2ccb899)
  • mod: export types (0ce6f8b)
  • parse: support other range specifier (91471ed)