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 2.0.1 to 2.0.2

7

CHANGELOG.md

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

### [2.0.2](https://github.com/dnlup/doc/compare/v2.0.1...v2.0.2) (2020-10-04)
### Bug Fixes
* **symbols:** fix typo ([d5f39b4](https://github.com/dnlup/doc/commit/d5f39b4f2d946c57200fda063da47e4e9c3cb5f7))
### [2.0.1](https://github.com/dnlup/doc/compare/v2.0.0...v2.0.1) (2020-10-03)

@@ -7,0 +14,0 @@

2

index.d.ts

@@ -124,3 +124,3 @@ import { EventEmitter } from 'events' // eslint-disable-line no-unused-vars

declare class Sampler extends EventEmitter {
cpu: CPUMetric | undefined
cpu?: CPUMetric
eventLoopDelay?: EventLoopDelayMetric

@@ -127,0 +127,0 @@ gc?: GCMetric

@@ -18,5 +18,5 @@ 'use strict'

kReset: Symbol('kReset'),
kRawMetric: Symbol('kRawMetricaw'),
kRawMetric: Symbol('kRawMetric'),
kComputedMetric: Symbol('kComputedMetric'),
kObserverCallback: Symbol('kObserverCallback')
}
{
"name": "@dnlup/doc",
"version": "2.0.1",
"version": "2.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