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.0.4 to 1.0.5

6

index.js
function circular(obj, stack) {
if (~stack.indexOf(obj)) { return true }
stack.push(obj)
if (~stack.indexOf(obj)) return true
if (Object(obj) === obj) stack.push(obj)
return false

@@ -18,2 +18,2 @@ }

module.exports = stringify
module.exports = stringify
{
"name": "fast-safe-stringify",
"version": "1.0.4",
"version": "1.0.5",
"description": "",

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