Socket
Socket
Sign inDemoInstall

fairmont

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.5.1

2

package.json
{
"name": "fairmont",
"version": "0.5.0",
"version": "0.5.1",
"description": "A collection of useful functions and utilities.",

@@ -5,0 +5,0 @@ "main": "index.coffee",

@@ -18,2 +18,7 @@ # Fairmont

**timer** Set a timer. Takes an interval in microseconds and an action. Returns a function to cancel the timer. Basically, a more convenient way to call `setTimeout` and `clearTimeout`.
cancel = timer 1000, -> console.log "Done"
cancel()
## Array Functions

@@ -20,0 +25,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc