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.3.0 to 3.3.1

2

esm/index.js

@@ -58,3 +58,3 @@ /// <reference types="../types/index.d.ts" />

* @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}

@@ -61,0 +61,0 @@ */

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

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

@@ -1,4 +0,4 @@

export function parse(text: string, reviver: any): any;
export function parse(text: string, reviver?: (this: any, key: string, value: any) => any): any;
export function stringify(value: any, replacer?: (string | number)[] | ((this: any, key: string, value: any) => any), space?: string | number | undefined): string;
export function toJSON(value: any): any;
export function fromJSON(value: any): any;
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