New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

timeliner

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timeliner - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

5

lib/reporters/fps.js
const babar = require('babar');
function chart (data, url) {
return babar(data.map((fps, i) => {
const series = data.map((fps, i) => {
return [i, fps];
}), { caption: `scrolling fps - ${url}`, height: 15 });
});
return babar(series, { caption: `scrolling fps - ${url}`, height: 9, minY: 0, maxY: 60 });
}

@@ -8,0 +9,0 @@

4

package.json
{
"name": "timeliner",
"version": "2.1.0",
"version": "2.2.0",
"description": "Automated Browser Timeline Analyser",

@@ -24,3 +24,3 @@ "main": "index.js",

"JSONStream": "^1.2.1",
"babar": "0.0.3",
"@cubelets/babar": "0.0.4",
"bluebird": "^3.4.6",

@@ -27,0 +27,0 @@ "chalk": "^1.1.3",

@@ -7,2 +7,10 @@ # timeliner

## Installation
Install from npm. Use `-g` flag to install CLI.
```shell
npm install timeliner [-g]
```
## Usage

@@ -9,0 +17,0 @@

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