
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
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
The npm package sf-extension-utils receives a total of 0 weekly downloads. As such, sf-extension-utils popularity was classified as not popular.
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.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.