BETAmodules.com is in beta — open to partnerships & joint ventures.Build with us

check-circle-json

v1.0.2npm· JavaScript

`npm install check-circle-json` ## usage ```ts const a = { b: { c: null } } as any a.b.c = a const [path1, path2] = getCirclePath(a) console.log(path1, path2) // [ 'b', 'c', 'b' ], [ 'b' ] ``` ```ts const a = { b: { c: null } } console.log

The verdict
Abandoned. Last published 4 years ago. No recent activity — look for a maintained alternative.
No recent activity — look for a maintained alternative.
Live from the npm registry · derived rules, not AI
How it scores
MaintenanceAbandoned
PopularityUnknown
SecurityClean
LicensePermissive
DepsZero deps
Maintenance
Last published 4 years ago.
Popularity
Download count unavailable.
Security
No known advisories for this version (OSV).
License
ISC
Dependencies
No runtime dependencies
Recent releases
  • 1.0.24 years ago
  • 1.0.14 years ago
  • 1.0.04 years ago