
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
convert-serialization
Advanced tools
A simple Ruby script that can convert between different formats (msgpack / json / yaml / toml).
$ cat test.json
{"hello":"world","numbers":[1,2,3,4,5]}
$ convert-serialization -s json -d toml -i test.json -o test.toml
Conversion successful!
$ cat test.toml
hello = "world"
numbers = [ 1, 2, 3, 4, 5 ]
$ convert-serialization -s toml -d msgpack -i test.toml -o test.msgpack
Conversion successful!
$ hexdump -C test.msgpack
00000000 82 a5 68 65 6c 6c 6f a5 77 6f 72 6c 64 a7 6e 75 |..hello.world.nu|
00000010 6d 62 65 72 73 95 01 02 03 04 05 |mbers......|
0000001b
FAQs
Unknown package
We found that convert-serialization demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.