Easy to write serializer
An implementation of the WHATWG URL Standard's URL API and parsing machinery
render domhandler DOM nodes to a string
Support for proto3 JSON serialiazation/deserialization for protobuf.js
Utilities for working with htmlparser2's dom
Jest snapshot serializer that beautifies HTML.
The postgres client/server binary protocol, implemented in TypeScript
evaluate statically-analyzable expressions
Jest utilities for emotion
Simple JavaScript expression evaluator
Fast & forgiving HTML/XML parser
Custom Jest snapshot serializer
A jest serializer for Vue snapshots
A structuredClone polyfill
Evaluate node require() module content directly
Mathematical expression evaluator fork with exports map, prototype pollution and code injection security fixes
HTML parser and serializer.
convert enzyme wrapper to a format compatible with Jest snapshot
A flexible math expression evaluator
The Linux x64 binary of Apex AST Serializer
A Node.js framework agnostic library for serializing your data to JSON API
require or eval modules
Markdown serializer plugin for Plate
Mark scopes for deopt which contain a direct eval call
Parses a hash string of the format `'{ :a => "something" }'` into an actual ruby hash object `{ a: "something" }`. This is useful when you by mistake serialize hashes and save it in database column or a text file and you want to convert them back to hashes without the security issues of executing `eval(hash_string)`. By default only following classes are allowed to be deserialized: * TrueClass * FalseClass * NilClass * Numeric * String * Array * Hash A HashParser::BadHash exception is thrown if unserializable values are present.
Parses a hash string of the format `'{ :a => "something" }'` into an actual ruby hash object `{ a: "something" }`. This is useful when you by mistake serialize hashes and save it in database column or a text file and you want to convert them back to hashes without the security issues of executing `eval(hash_string)`. By default only following classes are allowed to be deserialized: * TrueClass * FalseClass * NilClass * Numeric * String * Array * Hash A HashParser::BadHash exception is thrown if unserializable values are present.