Socket
Socket
Sign inDemoInstall

5rolli-time-summarizer

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    5rolli-time-summarizer

Summarize time records for 5ROLLI


Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Install size
6.45 kB
Created
Weekly downloads
 

Readme

Source

5rolli-time-summarizer

NPM version NPM downloads Build Status Coverage Status Dependency Status DevDependency Status License

Summarize time records for 5ROLLI.

Installation

npm install --save 5rolli-time-summarizer

Usage

import summarizer from '5rolli-time-summarizer';

const times = [
  {es50: 60, es90: 200, spent: 100},
  {es50: 120, es90: 300, spent: undefined},
  {es50: 15, es90: 45, spent: undefined},
  {es50: 60, es90: 200, spent: 300}
];
const summary = summarizer(times);
console.log(summary);
// {
//   buffer: 72500,
//   es: 524,
//   es50: 255,
//   es90: 745,
//   spent: 400
// }

Keywords

FAQs

Last updated on 03 Dec 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc