New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uf-onbrand/onbrand-utility-functions-tv2

Package Overview
Dependencies
Maintainers
7
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uf-onbrand/onbrand-utility-functions-tv2

A collection of useful reusable functions for working with uberflip TV2 hubs, to be included on an as-needed basis.

  • 1.0.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
22
increased by46.67%
Maintainers
7
Weekly downloads
 
Created
Source

The Onbrand Utility Function Library for Themes V2

1. What is this, and what is it for?

This package is a collection of useful reusable functions for building Uberflip hubs. It allows for quick, stable, bug free implementation of various features, and works in combination with the onBrand framework to provide high-quality custom builds for clients.

The TV1 utility functions can be found here. They have been translated to work with Themes V2 and into vanilla JS.

The supporting documentation for the functions contained in this library can be found here: https://obdocs.herokuapp.com/ob/tools/utility-functions-tv2.html

2. How do I use it?

This library depends on jQuery. At the time of writing this, jQuery is included in all Uberflip Hubs, and so this module should be usable without importing jQuery separately.

Typically, this library would be automatically included when generating a new onbrand project. The library is to be installed via npm npm install @uf-onbrand/onbrand-utility-functions-tv2, then refferenced in your scripts via import. Here is a simple example:

import onbrandutilityfunctions from '@uf-onbrand/onbrand-utility-functions-tv2';
onbrandutilityfunctions.doIfTag('someTag', someFunc);

These functions should be run through babel.js to ensure maximum compatibility.

Keywords

FAQs

Package last updated on 08 Apr 2020

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