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

@brillout/json-serializer

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brillout/json-serializer - npm Package Versions

2

0.5.15

Diff

Changelog

Source

0.5.15 (2024-12-09)

Bug Fixes

  • workaround unexpected Node.js condition resolving (fix vikejs/vike#2016) (f0caec5)
brillout
published 0.5.14 •

Changelog

Source

0.5.14 (2024-12-09)

Bug Fixes

brillout
published 0.5.13 •

Changelog

Source

0.5.13 (2024-07-10)

Bug Fixes

brillout
published 0.5.12 •

Changelog

Source

0.5.12 (2024-07-10)

Bug Fixes

  • improve messageCore type (0bcf56e)
  • pass more usefull pathString value (eb063d6)

Features

  • add subjectName to serialization error object (7220453)
brillout
published 0.5.11 •

Changelog

Source

0.5.11 (2024-07-10)

Bug Fixes

  • stop passing pathString to user-land replacer (3d4fd16)

Features

  • add more information to serializatoin error object (d173e8a)

BREAKING CHANGES

  • replacer() doesn't recevied the pathString argument anymore:
  stringify(something, {
-   replacer(key, val, pathString) {
+   replacer(key, val) {
       // ...
    }
  }
brillout
published 0.5.10 •

Changelog

Source

0.5.10 (2024-05-02)

Features

brillout
published 0.5.9 •

Changelog

Source

0.5.9 (2024-05-02)

Features

brillout
published 0.5.8 •

Changelog

Source

0.5.8 (2023-11-02)

Bug Fixes

brillout
published 0.5.7 •

Changelog

Source

0.5.7 (2023-11-02)

Features

brillout
published 0.5.6 •

Changelog

Source

0.5.6 (2023-09-03)

Bug Fixes

  • make error messages prettier (313bb24)
  • make error messages prettier (a448408)
  • make error messages prettier (e4b5781)
  • make paths prettier (1d04319)
  • object value path in error messages (5d9f0dd)

Features

  • make error message core available at err.messageCore (3d08d57)
2
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