UNPKG

react-change-highlight

Version:

React component to highlight the changed content immediately and bring focus of the user into the changed part

31 lines (30 loc) 826 B
{ "name": "react-change-highlight", "version": "1.3.1", "description": "React component to highlight the changed content immediately and bring focus of the user into the changed part", "keywords": [ "ux", "react", "react-highlight", "react-change", "highlight", "change-highlight" ], "author": "Medhat Dawoud <medhatdawoud@gmail.com>", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/medhatdawoud/react-change-highlight", "directory": "packages/react-change-highlight" }, "main": "build/index.js", "scripts": { "build": "rollup -c", "prebuild": "cp ../../README.md README.md", "postbuild": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz" }, "peerDependencies": { "react": ">=16.8", "react-dom": ">=16.8" } }