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

@perfsee/flamechart

Package Overview
Dependencies
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@perfsee/flamechart - npm Package Compare versions

Comparing version 1.13.0 to 1.13.1

5

esm/index.d.ts

@@ -15,6 +15,7 @@ import { NetworkProfile } from './lib/network-profile';

export * from './components/flamechart-factory';
export * from './components/hovertip';
export { Profile, Frame, CallTreeNode } from './lib/profile';
export { NetworkProfile } from './lib/network-profile';
export { TimingProfile, TimeFormatter };
export { Flamechart, FlamechartFrame, buildFlamechart } from './lib/flamechart';
export { Flamechart, FlamechartFrame, buildFlamechart, RootFilter } from './lib/flamechart';
export { importFromChromeTimeline, importMainThreadProfileFromChromeTimeline, importFromChromeCPUProfile, CPUProfile, } from './lib/chrome';

@@ -30,1 +31,3 @@ export * from './themes/theme';

export { triangle } from './lib/utils';
export { Vec2 } from './lib/math';
export { TimingFrame } from './lib/timing-profile';

3

esm/index.js

@@ -113,2 +113,3 @@ import { __assign, __read, __spreadArray, __values } from "tslib";

export * from './components/flamechart-factory';
export * from './components/hovertip';
export { Profile, Frame, CallTreeNode } from './lib/profile';

@@ -127,2 +128,4 @@ export { NetworkProfile } from './lib/network-profile';

export { triangle } from './lib/utils';
export { Vec2 } from './lib/math';
export { TimingFrame } from './lib/timing-profile';
//# sourceMappingURL=index.js.map
{
"name": "@perfsee/flamechart",
"version": "1.13.0",
"version": "1.13.1",
"description": "Web-based viewer for performance profiles",

@@ -22,3 +22,3 @@ "sideEffect": false,

},
"gitHead": "aeadc065a44054a87b72ae35f794046c27008433"
"gitHead": "ff45daf6b956886c49ac29227ed6b18cf3c540fc"
}

@@ -108,6 +108,7 @@ import { NetworkProfile } from './lib/network-profile'

export * from './components/flamechart-factory'
export * from './components/hovertip'
export { Profile, Frame, CallTreeNode } from './lib/profile'
export { NetworkProfile } from './lib/network-profile'
export { TimingProfile, TimeFormatter }
export { Flamechart, FlamechartFrame, buildFlamechart } from './lib/flamechart'
export { Flamechart, FlamechartFrame, buildFlamechart, RootFilter } from './lib/flamechart'
export {

@@ -128,1 +129,3 @@ importFromChromeTimeline,

export { triangle } from './lib/utils'
export { Vec2 } from './lib/math'
export { TimingFrame } from './lib/timing-profile'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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