Object utility library (v3.0.1) providing common object operations like cloning, assignment, deep/shallow equality, cleanup, and property digging. Targets Node.js >=8. Lightweight with no runtime dependencies. Released as needed; standard JS style. Differentiated by simple API and focus on utility functions without external dependencies.
npm install asobjNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates cloning, deep comparison, and cleanup with delete options.
Pass { delNull: true } option to also remove null values.Use dig(obj, 'a', 'b', 'c') not dig(obj, ['a','b','c']).
Use deepEqual for nested comparison.
import { dig } from 'asobj'Use cleanup(src, { delNull: true }) directly.Run npm install asobj or check import path.
No dependency data recorded yet.