Socket
Socket
Sign inDemoInstall

fast-safe-stringify

Package Overview
Dependencies
0
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.4 to 2.0.5

2

index.d.ts

@@ -1,2 +0,2 @@

declare function stringify(data: any): string;
declare function stringify(value: any, replacer?: (key: string, value: any) => any, space?: string | number): string;

@@ -3,0 +3,0 @@ declare namespace stringify {

{
"name": "fast-safe-stringify",
"version": "2.0.4",
"version": "2.0.5",
"description": "Safely and quickly serialize JavaScript objects",

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

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