
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
sf-extension-utils
Advanced tools
An extension that has following utility classes for Smartface Native Framework.
Utility extension can be installed via npm easily from our public npm repository. The installation is pretty easy via Smartface Cloud IDE. Run the following code in terminal
(cd ~/workspace/scripts && npm i -S sf-extension-utils)
In app.js make sure that require("sf-extension-utils") is set. This is fixing alert, setTimeout, setInterval, clearTimeout and clearInterval methods. Some of the other util modules might depend on it!
Later in any file, require it with the path: require("sf-extension-utils/lib/<moduleName>") Such as:
require("sf-extension-utils/lib/rau")require("sf-extension-utils/lib/permission")require("sf-extension-utils/lib/fingerprint")require("sf-extension-utils/lib/speechtotext")require("sf-extension-utils/lib/location")For each module api documentation is in separate file. Please visit doc folder
Please submit an issue on GitHub and provide information about your problem.
We are committed to making participation in this project a harassment-free experience for everyone, regardless of the level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, or nationality. Please read and follow our Code of Conduct.
This project is licensed under the terms of the MIT license. See the LICENSE file. Within the scope of this license, all modifications to the source code, regardless of the fact that it is used commercially or not, shall be committed as a contribution back to this repository.
If you are updating from earlier versions than 4.0.0, you need to change your code:
app.js is like require("sf-extension-utils") before calling any other util modulesconst <moduleName> = require("sf-extension-utils").const <moduleName> = require("sf-extension-utils/lib/<moduleName>")FAQs
Utils Extension for Smartface Native Framework
We found that sf-extension-utils demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.