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.12 to 3.2.13

2

cjs/index.js

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

* @param {((this: any, key: string, value: any) => any) | (string | number)[] | null | undefined} [replacer]
* @param {string | number | undefined} [string]
* @param {string | number | undefined} [space]
* @returns {string}

@@ -80,0 +80,0 @@ */

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

* @param {((this: any, key: string, value: any) => any) | (string | number)[] | null | undefined} [replacer]
* @param {string | number | undefined} [string]
* @param {string | number | undefined} [space]
* @returns {string}

@@ -78,0 +78,0 @@ */

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

* @param {((this: any, key: string, value: any) => any) | (string | number)[] | null | undefined} [replacer]
* @param {string | number | undefined} [string]
* @param {string | number | undefined} [space]
* @returns {string}

@@ -89,0 +89,0 @@ */

{
"name": "@wr/flatted",
"version": "3.2.12",
"version": "3.2.13",
"exports": "./esm/index.js",

@@ -5,0 +5,0 @@ "exclude": [

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

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

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