You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

json-as

Package Overview
Dependencies
Maintainers
1
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-as - npm Package Versions

1
35
20

1.0.7

Diff
j
jairussw
published 1.0.7 •

Changelog

Source

2025-05-14 - 1.0.7

  • merge: pull request #128 from loredanacirstea/nested-custom-serializer-fix
j
jairussw
published 1.0.6 •

Changelog

Source

2025-05-12 - 1.0.6

  • fix: support zero-param serialization and make sure types are consistent
  • fix: #124
j
jairussw
published 1.0.5 •

Changelog

Source

2025-05-11 - 1.0.5

  • feat: add sanity checks for badly formatted strings
  • fix: #120 handle empty JSON.Obj serialization
  • feat: add SIMD optimization if SIMD is enabled by user
  • fix: handle structs with nullable array as property #123
  • fix: struct serialization from writing to incorrect parts of memory when parsing nested structs #125
  • chore: add two new contributors
j
jairussw
published 1.0.4 •

Changelog

Source

2025-04-07 - 1.0.4

  • fix: paths must be resolved as POSIX in order to be valid TypeScript imports #116
j
jairussw
published 1.0.3 •

Changelog

Source

2025-03-24 - 1.0.3

  • fix: make transform windows-compatible #119
j
jairussw
published 1.0.2 •

Changelog

Source

2025-03-19 - 1.0.2

  • fix: include check for nullable types for properties when deserialization is called internally #118
j
jairussw
published 1.0.1 •

Changelog

Source

2025-03-10 - 1.0.1

  • docs: add comprehensive performance metrics
j
jairussw
published 1.0.0 •

Changelog

Source

2025-03-09 - 1.0.0

  • fix: relative paths pointing through node_modules would create a second Source
  • feat: move behavior of --lib into transform itself
  • fix: object with an object as a value containing a rhs bracket or brace would exit early 3b33e94
j
jairussw
published 1.0.0-beta.18 •
j
jairussw
published 1.0.0-beta.17 •

Changelog

Source

2025-03-04 - 1.0.0-beta.17

  • fix: forgot to build transform