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

@financial-times/o-utils

Package Overview
Dependencies
Maintainers
12
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@financial-times/o-utils

Provides JS helper functions, such as throttling and debouncing

  • 2.2.0
  • npm
  • Socket score

Version published
Weekly downloads
2.4K
increased by182.59%
Maintainers
12
Weekly downloads
 
Created
Source

o-utils MIT licensed

Origami JS helpers.

Usage

Check out how to include Origami components in your project to get started with o-utils.

JavaScript

	import * as Utils from 'o-utils';
	const myFunction = () => {};
	Utils.throttle(myFunction, 100);
	Utils.debounce(myFunction, 100)

For more detailed explanation, refer to our JSDoc

Contributing

This module is suitable for helper functions that need to be used commonly in other modules like throttle and debounce. These must be kept to a minimum.

Migration Guide

StateMajor VersionLast Minor ReleaseMigration guide
✨ active2N/Amigrate to v2
⚠ maintained11.1-

Contact

If you have any questions or comments about this component, or need help using it, please either raise an issue, visit #origami-support or email Origami Support.


Licence

This software is published by the Financial Times under the MIT licence.

Keywords

FAQs

Package last updated on 31 Mar 2023

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