Socket
Socket
Sign inDemoInstall

flatted

Package Overview
Dependencies
0
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.8 to 3.2.9

python/__pycache__/flatted.cpython-311.pyc

3

package.json
{
"name": "flatted",
"version": "3.2.8",
"version": "3.2.9",
"description": "A super light and fast circular JSON parser.",

@@ -18,2 +18,3 @@ "unpkg": "min.js",

"test:php": "php php/test.php",
"test:py": "python python/test.py",
"coverage": "mkdir -p ./coverage; c8 report --reporter=text-lcov > ./coverage/lcov.info"

@@ -20,0 +21,0 @@ },

@@ -9,2 +9,10 @@ # flatted

A super light (0.5K) and fast circular JSON parser, directly from the creator of [CircularJSON](https://github.com/WebReflection/circular-json/#circularjson).
Available also for **[PHP](./php/flatted.php)**.
Available also for **[Python](./python/flatted.py)**.
- - -
## Announcement 📣

@@ -22,6 +30,2 @@

A super light (0.5K) and fast circular JSON parser, directly from the creator of [CircularJSON](https://github.com/WebReflection/circular-json/#circularjson).
Now available also for **[PHP](./php/flatted.php)**.
```js

@@ -28,0 +32,0 @@ npm i flatted

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc