Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@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://uberflip.atlassian.net/wiki/spaces/USW/pages/816185376/OnBrand+Utility+Functions+TV2
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 onbrandutilityfunctions
, then refferenced in your scripts via import. Here is a simple example:
import onbrandutilityfunctions from 'onbrandutilityfunctions';
onbrandutilityfunctions.doIfTag('someTag', someFunc);
These functions should be run through babel.js to ensure maximum compatibility.
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 20 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.