react-updating-hoc
Version:
small HOC for implementing update on props changing
42 lines (41 loc) • 927 B
JSON
{
"name": "react-updating-hoc",
"version": "2.3.1",
"description": "small HOC for implementing update on props changing",
"main": "lib/index.js",
"scripts": {
"test": "npm run jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aliaksandr-master/react-updating-hoc.git"
},
"keywords": [
"update",
"load",
"async",
"action",
"did",
"mount",
"componentDidMount",
"componentWillReceiveProps",
"component",
"props",
"change",
"changing"
],
"author": "alxe.master@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/aliaksandr-master/react-updating-hoc/issues"
},
"homepage": "https://github.com/aliaksandr-master/react-updating-hoc#readme",
"devDependencies": {
"lodash": "^4.17.4",
"recompose": "^0.23.4"
},
"peerDependencies": {
"lodash": "^4.17.4",
"recompose": "^0.23.4"
}
}