react-flame-graph
Advanced tools
Comparing version 1.3.0 to 1.4.0
## Changelog | ||
##### 1.4.0 | ||
- 🎉 Add `onMouseOver`, `onMouseOut`, and `onMouseMove` props to enable custom tooltips ([rmccue](https://github.com/rmccue) - [#27](https://github.com/bvaughn/react-flame-graph/pull/27)) | ||
##### 1.3.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "react-flame-graph", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "React component for visualizing profiling data", | ||
"author": | ||
"Brian Vaughn <brian.david.vaughn@gmail.com> (https://github.com/bvaughn/)", | ||
"author": "Brian Vaughn <brian.david.vaughn@gmail.com> (https://github.com/bvaughn/)", | ||
"contributors": [ | ||
@@ -36,6 +35,9 @@ "Brian Vaughn <brian.david.vaughn@gmail.com> (https://github.com/bvaughn/)" | ||
"module": "dist/index.esm.js", | ||
"files": ["dist"], | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"precommit": "lint-staged", | ||
"precommit": "flow && lint-staged", | ||
"prettier": "prettier --write '**/*.{js,json,css}'", | ||
"flow": "flow check --max-warnings=0 src && flow check website", | ||
"linc": "lint-staged", | ||
@@ -53,6 +55,10 @@ "lint": "eslint '**/*.js'", | ||
"lint-staged": { | ||
"{website,src}/**/*.{js,json,css}": ["prettier --write", "git add"], | ||
"{website,src}/**/*.{js,json,css}": [ | ||
"prettier --write", | ||
"git add" | ||
], | ||
"**/*.js": "eslint --max-warnings 0" | ||
}, | ||
"dependencies": { | ||
"flow-bin": "^0.118.0", | ||
"memoize-one": "^3.1.1", | ||
@@ -89,5 +95,5 @@ "react-window": "^1" | ||
"lint-staged": "^7.0.5", | ||
"prettier": "^1.12.1", | ||
"react": "^16.4.0", | ||
"react-dom": "^16.4.0", | ||
"prettier": "^1.19.1", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0", | ||
"react-scripts": "^1.1.1", | ||
@@ -94,0 +100,0 @@ "react-test-renderer": "^16.4.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
165779
3660
5
+ Addedflow-bin@^0.118.0
+ Addedflow-bin@0.118.0(transitive)