Ross ROSS = Recommend OSS · open-source software intelligence for agents

sveltejs/devalue

Gets the job done when JSON.stringify can't observed · 2026-08-28

github.com/sveltejs/devalue · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 98
  • Release rhythm 98
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 20.0
  • age_days: 3098
  • days_rel: 13
  • days_push: 13
  • n_releases_24m: 19

Full methodology

Adoption not part of the score

2789 stars · 93 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A JavaScript serialization library that handles values JSON.stringify cannot, such as cyclical references, Map, Set, BigInt, Dates, RegExps, and Typed Arrays. It provides stringify/parse, uneval (code generation), and async stringification of promises.

Use cases

  • serialize objects with circular references
  • serialize Map and Set to string
  • pass rich data from server to client in SSR
  • serialize BigInt and TypedArrays
  • serialize data containing promises
  • replace JSON.stringify for complex JavaScript values

When to choose

  • you need to serialize JavaScript values JSON can't handle
  • you want compact, fast, XSS-safe serialization for hydration
  • you need to embed serialized data in HTML or JS output

When to avoid

  • you need human-readable or stable cross-version output
  • you need to serialize functions
  • you only serialize plain JSON-compatible data

Facets

library · maturity active

serialization parser web-development developer-tools cross-platform json circular-references data-transfer ssr javascript nodejs

8 sources

Member repositories

RepositoryRoleHealth v2
sveltejs/devaluemain98

For agents

markdown · JSON · MCP: product_card(name="sveltejs/devalue")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem