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

flatted

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flatted - npm Package Compare versions

Comparing version

to
3.3.2

2

cjs/index.js

@@ -59,3 +59,3 @@ 'use strict';

* @param {string} text
* @param {((this: any, key: string, value: any) => any) | undefined): any} [reviver]
* @param {(this: any, key: string, value: any) => any} [reviver]
* @returns {any}

@@ -62,0 +62,0 @@ */

@@ -69,3 +69,3 @@ self.Flatted = (function (exports) {

* @param {string} text
* @param {((this: any, key: string, value: any) => any) | undefined): any} [reviver]
* @param {(this: any, key: string, value: any) => any} [reviver]
* @returns {any}

@@ -72,0 +72,0 @@ */

{
"name": "flatted",
"version": "3.3.1",
"version": "3.3.2",
"description": "A super light and fast circular JSON parser.",

@@ -5,0 +5,0 @@ "unpkg": "min.js",