d3-flame-graph
Advanced tools
Comparing version 2.1.6 to 2.1.7
@@ -1,2 +0,2 @@ | ||
export { default as flamegraph } from './src/flamegraph' | ||
export { offCpuColorMapper, allocationCollorMapper } from './src/colorMapper' | ||
export { default as flamegraph } from './dist/d3-flamegraph.js' | ||
export { offCpuColorMapper, allocationColorMapper } from './dist/d3-flamegraph-colorMapper.js' |
{ | ||
"name": "d3-flame-graph", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "A d3.js library to produce flame graphs.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
353587