Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@uf-onbrand/onbrand-utility-functions-tv2
Advanced tools
A collection of useful reusable functions for working with uberflip TV2 hubs, to be included on an as-needed basis.
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
The utility functions for TV2 no longer rely on jQuery. They are all written in vanilla Javscript and come packaged with a babel-polyfill bundle for maximum browser compatability.
Typically, this library would be automatically included when generating a new onbrand project. In any existing TV2 project ensure that "@uf-onbrand/onbrand-utility-functions-tv2":
exists within the dependencies object in the project's package.json
file. Ensure it is the most up-to-date version as well.
Once dependencies are made for the project, referenced the functions in your scripts via import. Here is a simple example:
require('./node_modules/@uf-onbrand/onbrand-utility-functions-tv2/build/conditional-babel-polyfill.bundle');
const onbrandUtilityFunctions = require('./node_modules/@uf-onbrand/onbrand-utility-functions-tv2/build/onbrandUtilityFunctions.bundle');
FAQs
A collection of useful reusable functions for working with uberflip TV2 hubs, to be included on an as-needed basis.
The npm package @uf-onbrand/onbrand-utility-functions-tv2 receives a total of 9 weekly downloads. As such, @uf-onbrand/onbrand-utility-functions-tv2 popularity was classified as not popular.
We found that @uf-onbrand/onbrand-utility-functions-tv2 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.