New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@gatewayapps/ntimer

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gatewayapps/ntimer

Time the execution of a command

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
6
500%
Maintainers
3
Weekly downloads
 
Created
Source

ntimer

Time the execution of a command

Usage: ntimer -s <command to time>

Options:
  --help                              Show help                        [boolean]
  --version                           Show version number              [boolean]
  -s, --Suppress output from command                  [boolean] [default: false]
  -u, --Units of time
      [choices: "milliseconds", "seconds", "minutes", "hours", "days"] [default:
                                                                      "seconds"]

Example

> ntimer -s -u milliseconds curl www.google.com
curl www.google.com  completed in 186 milliseconds

> ntimer -s -u seconds curl www.github.com
curl www.github.com  completed in 0.251 seconds

FAQs

Package last updated on 21 Jan 2019

Did you know?

Socket

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