nested-object-compare
Version:
A robust utility for deeply comparing objects and providing detailed difference information. Handles nested objects, arrays, and circular references.
35 lines • 1.13 kB
JSON
{
"name": "nested-object-compare",
"version": "1.1.7",
"description": "A robust utility for deeply comparing objects and providing detailed difference information. Handles nested objects, arrays, and circular references.",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rm -rf dist",
"build": "tsc"
},
"keywords": [
"js", "ts", "typescript", "javascript", "deep compare", "object comparison", "diff", "equality", "utility", "nested objects", "arrays", "circular references", "objectarray", "deepcompare", "object compare", "object deep compare", "object deep comparison"
],
"author": "shaiyzkhan",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/shaiyz/deep-compare.git"
},
"bugs": {
"url": "https://github.com/shaiyz/deep-compare/issues"
},
"files": [
"dist/",
"README.md"
],
"homepage": "https://github.com/shaiyz/deep-compare#readme",
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.2.5"
}
}