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

require-time

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

require-time

Timer to catch your package slow loading dependencies.

  • 1.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

require-time NPM

Timer to catch your package slow loading dependencies.

Not rocket sciences. Imprecise results. Just require npm-available dependencies. Just do your best to keep the numbers low (say, <= 100ms) if you are writing a command-line interface (CLI) tool.

The second time you run this tool it should be faster due to file system caching, etc.

Remember Node is interpreted and the dependencies may be on many different parts of your device (if a hard-drive the difference should be even greater due to head / plate movement).

Install

Install via npm as global with

npm install -g require-time

API

Unreliable. Untested. Trivial. Just see the code yourself.

Examples of use

Go to your project directory and type

require-time

or

require-time <dependency>

If you need to see devDependencies try:

require-time --all

asciinema screencast

asciicast

Keywords

FAQs

Package last updated on 05 Sep 2015

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

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