Socket
Socket
Sign inDemoInstall

fast-safe-stringify

Package Overview
Dependencies
0
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.4 to 1.1.5

2

index.d.ts
declare function stringify(data: any): string;
export default stringify;
export = stringify;
module.exports = stringify
stringify.default = stringify
function stringify (obj) {

@@ -4,0 +4,0 @@ decirc(obj, '', [], null)

{
"name": "fast-safe-stringify",
"version": "1.1.4",
"version": "1.1.5",
"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