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

@dnlup/doc

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dnlup/doc - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [1.0.2](https://github.com/dnlup/doc/compare/v1.0.1...v1.0.2) (2020-03-31)
### Bug Fixes
* fix cpu percentage ([57d535f](https://github.com/dnlup/doc/commit/57d535f3d28e27383a0cb55d936856d346a8bfd3))
### 1.0.1 (2020-03-30)

2

index.js

@@ -76,3 +76,3 @@ 'use strict'

eventLoopDelay: Math.max(0, loopDelta),
cpu: (100 * (raw.cpu.user + raw.cpu.system)) / elapsedNs,
cpu: (100 * (raw.cpu.user + raw.cpu.system)) / (elapsedNs / 1e3),
memory: process.memoryUsage(),

@@ -79,0 +79,0 @@ raw

{
"name": "@dnlup/doc",
"version": "1.0.1",
"version": "1.0.2",
"description": "Get usage and health data about your Node.js process",

@@ -5,0 +5,0 @@ "main": "index.js",

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