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

elysia

Package Overview
Dependencies
Maintainers
0
Versions
478
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elysia - npm Package Versions

13
48

1.2.0

Diff

Changelog

Source

1.2.0 - 23 Dec 2024

Feature:

  • Commitment to Universal Runtime Support
    • Node Adapter
    • Web Standard Adapter
    • Bun Adapter
    • Universal Utilities
  • Name parser
  • Add resolve support to Macro
  • Improve WebSocket
    • Support ping, pong and latest Bun feature
    • Match type declaration with Bun
    • Support for return, yield
    • Match Context type
    • Performance Improvement
      • Entire rewrite
      • bind over getter return
  • Infer 422 validation
  • Compilation minification
  • Validation Stuff
    • t.MaybeArray
  • Typebox Module & Nested model
    • Inline module

Improvement:

  • Memory Usage
    • [Internal] Register loosePath in compilation process to reduce memory usage and reduce registration time from O(2n) to O(n)
  • Try to accept and coerce different version of Elysia plugin
  • Event Listener now infers path parameter automatically based on scope
  • Add ‘scoped’ to bulk as for casting type to ‘scoped’ similar to ‘plugin’

Change:

  • Update cookie to 1.0.1
  • Update TypeBox to 0.33
  • content-length now accept number

Breaking Change:

  • [Internal] Remove router internal property static.http.staticHandlers
  • [Internal] Router history compile now link with history composed
aomkirby123
published 1.2.0-rc.3 •

aomkirby123
published 1.2.0-rc.2 •

aomkirby123
published 1.2.0-rc.1 •

aomkirby123
published 1.2.0-rc.0 •

aomkirby123
published 1.1.27 •

Changelog

Source

1.1.27 - 23 Dec 2024

Bug fix:

  • #963 array parser on query string when AOT is off
  • #961 literal handler when AOT is off
aomkirby123
published 1.2.0-exp.52 •

aomkirby123
published 1.2.0-exp.51 •

aomkirby123
published 1.2.0-exp.50 •

aomkirby123
published 1.1.26 •

Changelog

Source

1.1.26 - 4 Dev 2024

Bug fix:

  • #907, #872, #926 BooleanString is not behave correctly if property is not provided
  • #929 Non-ASCII characters cause querystring index to be incorrectly slice
  • #912 handle JavaScript date numeric offset
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