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

exer

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exer - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

2

lib/process.d.ts

@@ -14,3 +14,3 @@ /// <reference types="node" />

timestamp: Date;
micostamp: number;
microstamp: number;
serial: number;

@@ -17,0 +17,0 @@ uptime: number;

@@ -22,3 +22,3 @@ "use strict";

created,
micostamp,
zerostamp,
state,

@@ -29,2 +29,3 @@ loadTime,

timestamp,
microstamp,
serial,

@@ -96,3 +97,3 @@ uptime,

timestamp: new Date(),
micostamp: Utils.micros(),
microstamp: Utils.micros(),
serial: this.serial++,

@@ -99,0 +100,0 @@ uptime: process.uptime(),

{
"name": "exer",
"version": "0.0.16",
"version": "0.0.17",
"description": "Utils in TypeScript, Debug, NanoTimer ...",

@@ -5,0 +5,0 @@ "author": "kbajalc@gmail.com",

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