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

ultrax

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ultrax

This package is used to make stuff easier by using simple functions, its not fully released yet!

  • 1.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
42
increased by35.48%
Maintainers
1
Weekly downloads
 
Created
Source

ℹ️ About

ultrax is a simple package make by UltraX, it's simply made to make your coding process faster by some functions, it's not fully released yet only 1 function is available right now!


🔶 Support

In case you have idea's to improve the package, or maybe you found some bugs or you need help, you can contact us from our Discord Server


📥 Installation

To install ultrax package all you need is Node.js.

Then you can open your application terminal and type there:

$ npm install ultrax

➡️ Functions

Right now the package is beta, that mean it is not fully released yet.

The available function is:

  • sleep - Function to set timeouts easily

sleep

sleep is a simple function, where is make it easier and faster to make a timeout in your code. Example:

// Importing the package
const ultrax = require('ultrax')

// Destructure the sleep function from the package
const sleep = ultrax.sleep

// this will log "Start!" once i run the application
console.log('Start!')

// using the package sleep function to set a timeout
sleep(5000) // sleep(milliseconds)

// after the 5 seconds (5000 milliseconds) it will log "5 Seconds passed"
console.log('5 Seconds passed')

FAQs

Package last updated on 29 Mar 2021

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