New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

circular

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

circular - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "circular",
"version": "1.0.4",
"version": "1.0.5",
"description": "Tiny utility to safely stringify objects with circular references",

@@ -5,0 +5,0 @@ "author": "muji <noop@xpm.io>",

@@ -28,5 +28,10 @@ # Circular

```
As of version `1.0.4` you can also pass an additional boolean that will convert function references to strings, useful for converting javascript modules to `couchdb` design documents.
```javascript
var str = JSON.stringify(obj, circular(null, true));
```
## License
Everything is [MIT](http://en.wikipedia.org/wiki/MIT_License). Read the [license](/LICENSE) if you feel inclined.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc