{"_id":"@egjs/children-differ","_rev":"3347071","name":"@egjs/children-differ","description":"A module that checks diff when child elements are added, removed, or changed","dist-tags":{"latest":"1.0.1"},"maintainers":[{"name":"ajaxpf","email":""},{"name":"anuu0916","email":""},{"name":"braixen","email":""},{"name":"happyhj","email":"heejae.kim@navercorp.com"},{"name":"jongmoon","email":"jongmoon.yoon@gmail.com"},{"name":"mixed","email":"i.nevalose@gmail.com"},{"name":"netil","email":"alberto.park@gmail.com"},{"name":"sculove","email":"sculove@gmail.com"},{"name":"woodneck","email":"saiyu915@naver.com"},{"name":"younkue","email":""}],"time":{"modified":"2024-08-07T03:47:39.000Z","created":"2019-05-13T08:05:51.075Z","1.0.1":"2020-05-12T04:29:35.345Z","1.0.0":"2019-08-05T09:02:59.115Z","0.1.0":"2019-07-31T09:57:59.948Z","0.0.0":"2019-05-13T08:05:51.075Z"},"users":{},"author":{"name":"NAVER Corp."},"repository":{"type":"git","url":"git+https://github.com/naver/egjs-children-differ.git"},"versions":{"1.0.1":{"name":"@egjs/children-differ","version":"1.0.1","description":"A module that checks diff when child elements are added, removed, or changed","main":"./dist/children-differ.js","module":"./dist/children-differ.esm.js","types":"./declaration/index.d.ts","es2015":"./dist/children-differ.esm.js","sideEffects":false,"scripts":{"start":"rollup -c -w","test":"jest --watchAll","coverage":"jest --coverage && print-coveralls --sort=desc","coveralls":"cat ./coverage/lcov.info | coveralls","build":"rm -rf ./dist ./declaration && rollup -c && npm run declaration && npm run printsizes","declaration":"rm -rf declaration && tsc -p tsconfig.declaration.json","printsizes":"print-sizes ./dist --exclude=\\.map","lint":"tslint -c tslint.json 'src/**/*.ts'","jsdoc":"rm -rf ./doc && jsdoc -c jsdoc.json","demo:build":"npm run build && cpx 'dist/**/*' demo/release/latest/dist --clean","demo:prebuild-version":"cpx 'dist/**/*' demo/release/$npm_package_version/dist --clean && cpx 'doc/**/*' demo/release/$npm_package_version/doc --clean","demo:prebuild-latest":"cpx 'dist/**/*' demo/release/latest/dist --clean && cpx 'doc/**/*' demo/release/latest/doc --clean","demo:deploy-init":"npm run build && npm run jsdoc && npm run demo:prebuild-version && npm run demo:prebuild-latest && gh-pages -d demo/ --remote upstream","demo:deploy":"npm run build && npm run jsdoc && npm run demo:prebuild-version && npm run demo:prebuild-latest && gh-pages -d demo/ --add --remote upstream","release":"release-helper upstream","packages":"npm run packages:update && npm run packages:build && npm run packages:publish","packages:update":"pvu --update=react-children-differ,ngx-children-differ/projects/ngx-children-differ,vue-children-differ","packages:build":"pvu --build=react-children-differ,ngx-children-differ,vue-children-differ","packages:publish":"pvu --publish=react-children-differ,ngx-children-differ/dist/ngx-children-differ,vue-children-differ"},"repository":{"type":"git","url":"git+https://github.com/naver/egjs-children-differ.git"},"author":{"name":"NAVER Corp."},"namespace":{"eg":"eg"},"keywords":["diff","arr","list","children","dom","differ","data"],"license":"MIT","dependencies":{"@egjs/list-differ":"^1.0.0"},"devDependencies":{"@daybrush/jsdoc":"^0.3.7","@egjs/build-helper":"0.0.4","@egjs/release-helper":"^0.0.3","@types/jest":"^24.0.11","@types/sinon":"^7.0.11","coveralls":"^3.0.3","cpx":"^1.5.0","egjs-jsdoc-template":"^1.4.4","gh-pages":"^2.0.1","jest":"^24.7.1","print-coveralls":"^1.2.2","print-sizes":"0.0.4","pvu":"^0.4.1","sinon":"^7.3.1","ts-jest":"^24.0.1","tslint":"^5.15.0","typescript":"^3.4.1"},"gitHead":"b845f4d4cd35caeb5eb84c65ebdc52430d1647ec","bugs":{"url":"https://github.com/naver/egjs-children-differ/issues"},"homepage":"https://github.com/naver/egjs-children-differ#readme","_id":"@egjs/children-differ@1.0.1","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"shasum":"5465fa80671d5ca3564ebe912f48b05b3e8a14fd","size":20094,"noattachment":false,"key":"/@egjs/children-differ/-/@egjs/children-differ-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@egjs/children-differ/download/@egjs/children-differ-1.0.1.tgz"},"maintainers":[{"name":"ajaxpf","email":""},{"name":"anuu0916","email":""},{"name":"braixen","email":""},{"name":"happyhj","email":"heejae.kim@navercorp.com"},{"name":"jongmoon","email":"jongmoon.yoon@gmail.com"},{"name":"mixed","email":"i.nevalose@gmail.com"},{"name":"netil","email":"alberto.park@gmail.com"},{"name":"sculove","email":"sculove@gmail.com"},{"name":"woodneck","email":"saiyu915@naver.com"},{"name":"younkue","email":""}],"_npmUser":{"name":"younkue","email":"daybrush@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/children-differ_1.0.1_1589257775202_0.7600997071541109"},"_hasShrinkwrap":false,"publish_time":1589257775345,"_cnpm_publish_time":1589257775345,"_cnpmcore_publish_time":"2021-12-16T20:14:05.733Z"},"1.0.0":{"name":"@egjs/children-differ","version":"1.0.0","description":"A module that checks diff when child elements are added, removed, or changed","main":"./dist/children-differ.js","module":"./dist/children-differ.esm.js","types":"./declaration/index.d.ts","es2015":"./dist/children-differ.esm.js","sideEffects":false,"scripts":{"start":"rollup -c -w","test":"jest --watchAll","coverage":"jest --coverage && print-coveralls --sort=desc","coveralls":"cat ./coverage/lcov.info | coveralls","build":"rm -rf ./dist ./declaration && rollup -c && npm run declaration && npm run printsizes","declaration":"rm -rf declaration && tsc -p tsconfig.declaration.json","printsizes":"print-sizes ./dist --exclude=\\.map","lint":"tslint -c tslint.json 'src/**/*.ts'","jsdoc":"rm -rf ./doc && jsdoc -c jsdoc.json","demo:build":"npm run build && cpx 'dist/**/*' demo/release/latest/dist --clean","demo:prebuild-version":"cpx 'dist/**/*' demo/release/$npm_package_version/dist --clean && cpx 'doc/**/*' demo/release/$npm_package_version/doc --clean","demo:prebuild-latest":"cpx 'dist/**/*' demo/release/latest/dist --clean && cpx 'doc/**/*' demo/release/latest/doc --clean","demo:deploy-init":"npm run build && npm run jsdoc && npm run demo:prebuild-version && npm run demo:prebuild-latest && gh-pages -d demo/ --remote upstream","demo:deploy":"npm run build && npm run jsdoc && npm run demo:prebuild-version && npm run demo:prebuild-latest && gh-pages -d demo/ --add --remote upstream","release":"release-helper upstream"},"repository":{"type":"git","url":"git+https://github.com/naver/egjs-children-differ.git"},"author":{"name":"NAVER Corp."},"namespace":{"eg":"eg"},"keywords":["diff","arr","list","children","dom","differ","data"],"license":"MIT","dependencies":{"@egjs/list-differ":"^1.0.0"},"devDependencies":{"@daybrush/jsdoc":"^0.3.7","@egjs/build-helper":"0.0.4","@egjs/release-helper":"^0.0.3","@types/jest":"^24.0.11","@types/sinon":"^7.0.11","coveralls":"^3.0.3","cpx":"^1.5.0","egjs-jsdoc-template":"^1.4.4","gh-pages":"^2.0.1","jest":"^24.7.1","print-coveralls":"^1.2.2","print-sizes":"0.0.4","sinon":"^7.3.1","ts-jest":"^24.0.1","tslint":"^5.15.0","typescript":"^3.4.1"},"gitHead":"d0fde589d2454fef3a02c3916a25fc5a0f0949c2","bugs":{"url":"https://github.com/naver/egjs-children-differ/issues"},"homepage":"https://github.com/naver/egjs-children-differ#readme","_id":"@egjs/children-differ@1.0.0","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"7f74d2aa47e9ae342cdc8e1e50c440391de1ec53","size":19385,"noattachment":false,"key":"/@egjs/children-differ/-/@egjs/children-differ-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@egjs/children-differ/download/@egjs/children-differ-1.0.0.tgz"},"maintainers":[{"name":"ajaxpf","email":""},{"name":"anuu0916","email":""},{"name":"braixen","email":""},{"name":"happyhj","email":"heejae.kim@navercorp.com"},{"name":"jongmoon","email":"jongmoon.yoon@gmail.com"},{"name":"mixed","email":"i.nevalose@gmail.com"},{"name":"netil","email":"alberto.park@gmail.com"},{"name":"sculove","email":"sculove@gmail.com"},{"name":"woodneck","email":"saiyu915@naver.com"},{"name":"younkue","email":""}],"_npmUser":{"name":"younkue","email":"daybrush@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/children-differ_1.0.0_1564995778988_0.2360307890452653"},"_hasShrinkwrap":false,"publish_time":1564995779115,"_cnpm_publish_time":1564995779115,"_cnpmcore_publish_time":"2021-12-16T20:14:05.990Z"},"0.1.0":{"name":"@egjs/children-differ","version":"0.1.0","description":"A module that checks diff when child elements are added, removed, or changed","main":"./dist/children-differ.js","module":"./dist/children-differ.esm.js","types":"./declaration/index.d.ts","es2015":"./dist/children-differ.esm.js","sideEffects":false,"scripts":{"start":"rollup -c -w","test":"jest --watchAll","coverage":"jest --coverage && print-coveralls --sort=desc","coveralls":"cat ./coverage/lcov.info | coveralls","build":"rm -rf ./dist ./declaration && rollup -c && npm run declaration && npm run printsizes","declaration":"rm -rf declaration && tsc -p tsconfig.declaration.json","printsizes":"print-sizes ./dist --exclude=\\.map","lint":"tslint -c tslint.json 'src/**/*.ts'","jsdoc":"rm -rf ./doc && jsdoc -c jsdoc.json","demo:build":"npm run build && cpx 'dist/**/*' demo/release/latest/dist --clean","demo:prebuild-version":"cpx 'dist/**/*' demo/release/$npm_package_version/dist --clean && cpx 'doc/**/*' demo/release/$npm_package_version/doc --clean","demo:prebuild-latest":"cpx 'dist/**/*' demo/release/latest/dist --clean && cpx 'doc/**/*' demo/release/latest/doc --clean","demo:deploy-init":"npm run build && npm run jsdoc && npm run demo:prebuild-version && npm run demo:prebuild-latest && gh-pages -d demo/ --remote upstream","demo:deploy":"npm run build && npm run jsdoc && npm run demo:prebuild-version && npm run demo:prebuild-latest && gh-pages -d demo/ --add --remote upstream","release":"release-helper oss"},"repository":{"type":"git","url":"git+https://github.com/naver/egjs-children-differ.git"},"author":{"name":"NAVER Corp."},"namespace":{"eg":"eg"},"keywords":["diff","arr","list","children","dom","differ","data"],"license":"MIT","dependencies":{"@egjs/list-differ":"^0.1.0"},"devDependencies":{"@daybrush/jsdoc":"^0.3.7","@egjs/build-helper":"0.0.4","@egjs/release-helper":"^0.0.3","@types/jest":"^24.0.11","@types/sinon":"^7.0.11","coveralls":"^3.0.3","cpx":"^1.5.0","egjs-jsdoc-template":"^1.4.4","jest":"^24.7.1","print-coveralls":"^1.2.2","print-sizes":"0.0.4","sinon":"^7.3.1","ts-jest":"^24.0.1","tslint":"^5.15.0","typescript":"^3.4.1"},"gitHead":"ac0dd7500e792fd3a9ad4dfc77ba9dd8321dfac0","bugs":{"url":"https://github.com/naver/egjs-children-differ/issues"},"homepage":"https://github.com/naver/egjs-children-differ#readme","_id":"@egjs/children-differ@0.1.0","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"47912fc192ebd911524d1e4fa613eeee4bead519","size":18857,"noattachment":false,"key":"/@egjs/children-differ/-/@egjs/children-differ-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@egjs/children-differ/download/@egjs/children-differ-0.1.0.tgz"},"maintainers":[{"name":"ajaxpf","email":""},{"name":"anuu0916","email":""},{"name":"braixen","email":""},{"name":"happyhj","email":"heejae.kim@navercorp.com"},{"name":"jongmoon","email":"jongmoon.yoon@gmail.com"},{"name":"mixed","email":"i.nevalose@gmail.com"},{"name":"netil","email":"alberto.park@gmail.com"},{"name":"sculove","email":"sculove@gmail.com"},{"name":"woodneck","email":"saiyu915@naver.com"},{"name":"younkue","email":""}],"_npmUser":{"name":"younkue","email":"daybrush@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/children-differ_0.1.0_1564567079761_0.05958893500783269"},"_hasShrinkwrap":false,"publish_time":1564567079948,"_cnpm_publish_time":1564567079948,"_cnpmcore_publish_time":"2021-12-16T20:14:06.310Z"},"0.0.0":{"name":"@egjs/children-differ","version":"0.0.0","description":"A module that checks diff when elements are added, removed, or changed in children","main":"./dist/children-differ.js","module":"./dist/children-differ.esm.js","types":"./declaration/index.d.ts","es2015":"./dist/children-differ.esm.js","sideEffects":false,"scripts":{"start":"rollup -c -w","test":"jest --watchAll","coverage":"jest --coverage && print-coveralls --sort=desc","coveralls":"cat ./coverage/lcov.info | coveralls","build":"rm -rf ./dist ./declaration && rollup -c && npm run declaration && npm run printsizes","declaration":"rm -rf declaration && tsc -p tsconfig.declaration.json","printsizes":"print-sizes ./dist --exclude=\\.map","lint":"tslint -c tslint.json 'src/**/*.ts'","jsdoc":"rm -rf ./doc && jsdoc -c jsdoc.json","demo:build":"npm run build && cpx 'dist/**/*' demo/release/latest/dist --clean","demo:prebuild-version":"cpx 'dist/**/*' demo/release/$npm_package_version/dist --clean && cpx 'doc/**/*' demo/release/$npm_package_version/doc --clean","demo:prebuild-latest":"cpx 'dist/**/*' demo/release/latest/dist --clean && cpx 'doc/**/*' demo/release/latest/doc --clean","demo:deploy-init":"npm run build && npm run jsdoc && npm run demo:prebuild-version && npm run demo:prebuild-latest && gh-pages -d demo/ --remote upstream","demo:deploy":"npm run build && npm run jsdoc && npm run demo:prebuild-version && npm run demo:prebuild-latest && gh-pages -d demo/ --add --remote upstream","release":"release-helper oss"},"repository":{"type":"git","url":"git+https://github.com/naver/egjs-children-differ.git"},"author":{"name":"NAVER Corp."},"namespace":{"eg":"eg"},"keywords":["diff","arr","list","children","dom","differ","data"],"license":"MIT","dependencies":{"@egjs/list-differ":"^0.0.1"},"devDependencies":{"@daybrush/jsdoc":"^0.3.7","@egjs/build-helper":"^0.0.3","@egjs/release-helper":"^0.0.3","@types/jest":"^24.0.11","@types/sinon":"^7.0.11","coveralls":"^3.0.3","cpx":"^1.5.0","egjs-jsdoc-template":"^1.4.4","jest":"^24.7.1","print-coveralls":"^1.2.2","print-sizes":"0.0.4","sinon":"^7.3.1","ts-jest":"^24.0.1","tslint":"^5.15.0","typescript":"^3.4.1"},"gitHead":"6d4b8a29962b0eafb1aa82e4f170e2072d224ab6","bugs":{"url":"https://github.com/naver/egjs-children-differ/issues"},"homepage":"https://github.com/naver/egjs-children-differ#readme","_id":"@egjs/children-differ@0.0.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"younkue","email":"daybrush@gmail.com"},"dist":{"shasum":"f841aaac89f98082e6a0250f60f55babee95dbe4","size":14950,"noattachment":false,"key":"/@egjs/children-differ/-/@egjs/children-differ-0.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@egjs/children-differ/download/@egjs/children-differ-0.0.0.tgz"},"maintainers":[{"name":"ajaxpf","email":""},{"name":"anuu0916","email":""},{"name":"braixen","email":""},{"name":"happyhj","email":"heejae.kim@navercorp.com"},{"name":"jongmoon","email":"jongmoon.yoon@gmail.com"},{"name":"mixed","email":"i.nevalose@gmail.com"},{"name":"netil","email":"alberto.park@gmail.com"},{"name":"sculove","email":"sculove@gmail.com"},{"name":"woodneck","email":"saiyu915@naver.com"},{"name":"younkue","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/children-differ_0.0.0_1557734750886_0.8288317371829177"},"_hasShrinkwrap":false,"publish_time":1557734751075,"_cnpm_publish_time":1557734751075,"_cnpmcore_publish_time":"2021-12-16T20:14:06.530Z"}},"readme":"\n<p align=\"middle\"><img src=\"https://raw.githubusercontent.com/naver/egjs-list-differ/master/demo/images/logo.png\"/></p>\n<h2 align=\"middle\">@egjs/children-differ</h2>\n<p align=\"middle\"><a href=\"https://www.npmjs.com/package/@egjs/children-differ\" target=\"_blank\"><img src=\"https://img.shields.io/npm/v/@egjs/children-differ.svg?style=flat-square&color=007acc&label=version&logo=NPM\" alt=\"version\" /></a> <a href=\"https://travis-ci.org/naver/egjs-children-differ\" target=\"_blank\"><img alt=\"Travis (.org)\" src=\"https://img.shields.io/travis/naver/egjs-children-differ.svg?style=flat-square&label=build&logo=travis%20ci\" /></a> <a href=\"https://coveralls.io/github/naver/egjs-children-differ?branch=master&style=flat-square\" target=\"_blank\"><img alt=\"Coveralls github\" src=\"https://img.shields.io/coveralls/github/naver/egjs-children-differ.svg?style=flat-square&label=%E2%9C%85%20coverage\"></a> <a href=\"https://www.npmjs.com/package/@egjs/children-differ\" target=\"_blank\"><img src=\"https://img.shields.io/npm/dm/@egjs/children-differ.svg?style=flat-square&label=%E2%AC%87%20downloads&color=08CE5D\" alt=\"npm downloads per month\"></a>  <a href=\"https://github.com/naver/egjs-children-differ/blob/master/LICENSE\" target=\"_blank\"><img alt=\"GitHub\" src=\"https://img.shields.io/github/license/naver/egjs-children-differ.svg?style=flat-square&label=%F0%9F%93%9C%20license&color=08CE5D\"></a></p>\n\n\n<p align=\"middle\">➕➖???? A module that checks diff when child elements are added, removed, or changed.</p>\n\n\n## ⚙️ Installation\n```sh\n$ npm i @egjs/children-differ\n```\n\n```html\n<script src=\"//naver.github.io/egjs-children-differ/release/latest/dist/children-differ.pkgd.min.js\"></script>\n```\n\n\n## ???? Documentation\n* See [**Documentation**](https://naver.github.io/egjs-children-differ/release/latest/doc/index.html) page.\n* [Introducing ListDiffer to track changes in data and track changes](https://medium.com/naver-fe-platform/introducing-listdiffer-to-track-changes-in-data-27793f0c6f4a)([한국어](https://medium.com/naver-fe-platform/%EB%8D%B0%EC%9D%B4%ED%84%B0%EC%9D%98-%EB%B3%80%ED%99%94%EB%A5%BC-%EC%95%8C%EC%95%84%EB%82%B4%EA%B3%A0-%EB%B3%80%ED%99%94-%EA%B3%BC%EC%A0%95%EC%9D%84-%EC%B6%94%EC%A0%81-%ED%95%98%EB%8A%94-listdiffer-9c3f1d770542))\n* [How to Make Cross Framework Component](https://medium.com/naver-fe-platform/how-to-make-cross-framework-component-ee76d76708b1)([한국어](https://medium.com/naver-fe-platform/cross-framework-component%EB%A5%BC-%EB%A7%8C%EB%93%9C%EB%8A%94-%EB%B0%A9%EB%B2%95-234b3fece353))\n\n\n## ???? Packages\n|Package|Version|Description|\n|:-----:|:-----:|:-----:|\n|[**@egjs/react-children-differ**](https://github.com/naver/egjs-children-differ/blob/master/packages/react-children-differ/README.md)|<a href=\"https://www.npmjs.com/package/@egjs/react-children-differ\" target=\"_blank\"><img src=\"https://img.shields.io/npm/v/@egjs/react-children-differ.svg?style=flat-square&color=00d8ff&label=%F0%9F%94%96\" alt=\"version\" /></a>|<img width=\"15\" src=\"https://naver.github.io/egjs-flicking/images/react.svg\" valign=\"middle\" alt=\"React\" /> [React](https://reactjs.org/) port of @egjs/children-differ|\n|[**@egjs/ngx-children-differ**](https://github.com/naver/egjs-children-differ/blob/master/packages/ngx-children-differ/README.md)|<a href=\"https://www.npmjs.com/package/@egjs/react-children-differ\" target=\"_blank\"><img src=\"https://img.shields.io/npm/v/@egjs/ngx-children-differ.svg?style=flat-square&color=dd0031&label=%F0%9F%94%96\" alt=\"version\" /></a>|<img width=\"15\" src=\"https://naver.github.io/egjs-flicking/images/angular.svg\" valign=\"middle\" alt=\"Angular\" /> [Angular](https://angular.io/) port of @egjs/children-differ|\n|[**@egjs/vue-children-differ**](https://github.com/naver/egjs-children-differ/blob/master/packages/vue-children-differ/README.md)|<a href=\"https://www.npmjs.com/package/@egjs/vue-children-differ\" target=\"_blank\"><img src=\"https://img.shields.io/npm/v/@egjs/vue-children-differ.svg?style=flat-square&color=42b883&label=%F0%9F%94%96\" alt=\"version\" /></a>|<img width=\"15\" src=\"https://naver.github.io/egjs-flicking/images/vue.svg\" valign=\"middle\" alt=\"Vue.js\" /> [Vue.js](https://vuejs.org/v2/guide/index.html) port of @egjs/children-differ|\n\n## ????How to use\nUsage is similar to [**@egjs/list-differ**](https://github.com/naver/egjs-list-differ).\n### checks diff\n```html\n<div id=\"container\">\n    <div>0</div>\n    <div>1</div>\n    <div>2</div>\n    <div>3</div>\n    <div>4</div>\n    <div>5</div>\n    <div>6</div>\n</div>\n<script>\n\nimport ChildrenDiffer from \"@egjs/children-differ\";\n\n// Value is key\nconst differ = new ChildrenDiffer(conatiner.children);\n\n\ncontainer.removeChild(container.children[5]);\ncontainer.removeChild(container.children[2]);\n\nconst result = differ.update(container.children);\n// [2, 5]\nconsole.log(result.removed);\n</script>\n```\n\n\n\n## ???? Contributing\nSee [CONTRIBUTING.md](https://github.com/naver/egjs-children-differ/blob/master/CONTRIBUTING.md).\n\n## ???? Feedback\nPlease file an [Issue](https://github.com/naver/egjs-children-differ/issues).\n\n## ???? License\n@egjs/list-differ is released under the [MIT license](https://github.com/naver/egjs-children-differ/blob/master/LICENSE).\n\n```\nCopyright (c) 2019-present NAVER Corp.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n```\n","_attachments":{},"homepage":"https://github.com/naver/egjs-children-differ#readme","bugs":{"url":"https://github.com/naver/egjs-children-differ/issues"},"license":"MIT"}