New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fast-toml

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-toml - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

2

package.json
{
"name": "fast-toml",
"version": "0.5.1",
"version": "0.5.2",
"description": "Fast and light parser for TOML 0.5, an alternative to JSON or YAML file formats.",

@@ -5,0 +5,0 @@ "main": "fast-toml.js",

@@ -84,4 +84,4 @@ # Fast TOML Parser for Node.js

- [Iarna](https://www.npmjs.com/package/@iarna/toml)'s Toml
- [LongTengDao](https://www.npmjs.com/package/@ltd/j-toml)'s Toml
- [Iarna](https://www.npmjs.com/package/@iarna/toml)'s toml
- [LongTengDao](https://www.npmjs.com/package/@ltd/j-toml)'s j-toml
- [Bombadil](https://www.npmjs.com/package/@sgarciac/bombadil) (wich use the *Chevrotain Parser Building Toolkit*)

@@ -91,7 +91,7 @@

| | fast-toml | Iarna's toml | LongTengDao's j-toml | Bombadil |
| | fast-toml | Iarna's toml | j-toml | Bombadil |
|-----------------------------------------------------------------|------------|--------------|----------------------|----------|
| Require | **2.375** | 14.720 | 5.969 | 196.741 |
| First round | **9.489** | 13.911 | 12.267 | 69.970 |
| One-use (require+first round) | **11.864** | 28.631 | 18.236 | 266.711 |
| One-use *(require+first round)* | **11.864** | 28.631 | 18.236 | 266.711 |
| Warm round | 1.483 | 7.275 | **1.420** | 34.878 |

@@ -98,0 +98,0 @@ | Hot round | **0.501** | 0.604 | 0.627 | 6.639 |

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