Socket
Socket
Sign inDemoInstall

fast-safe-stringify

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 1.1.12 to 1.1.13

2

index.js
module.exports = stringify
stringify.default = stringify
function stringify (obj) {
if (typeof obj === 'object' && typeof obj.toJSON !== 'function') {
if (obj !== null && typeof obj === 'object' && typeof obj.toJSON !== 'function') {
decirc(obj, '', [], null)

@@ -6,0 +6,0 @@ }

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

@@ -5,0 +5,0 @@ "main": "index.js",

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