Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-flame-graph

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-flame-graph - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

4

CHANGELOG.md
## 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 @@

24

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc