Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ipld/is-circular

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ipld/is-circular - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

index.js

@@ -32,3 +32,3 @@ var Node = require('./lib/node')

if (val instanceof Object) {
if (parentList.contains(val) || _isCircular(val, parentList)) {
if (parentList.contains(val) || _isCircular(CID, val, parentList)) {
return true

@@ -35,0 +35,0 @@ }

{
"name": "@ipld/is-circular",
"version": "1.0.2",
"version": "1.0.3",
"description": "high-performance, zero-dependency circular reference check for objects (or arrays)",

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

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