Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
dev.inmo:micro_utils.pagination.common-js
Advanced tools
It is set of projects with micro tools for avoiding of routines coding
This is a library with collection of tools for working in Kotlin environment. First of all, this library collection is oriented to use next technologies:
You always can look at the properties file to get information about current project dependencies, compile and build tools for Android
target.
common
contains common tools for platform which usually are absent out-of-the-box when you starting projectselector
contains tools to use Selector
interface with things like RecyclerView
in android or other selection needscoroutines
is a module for Kotlin Coroutines
with different things like subscribing on flows (onEach
+ launchIn
shortcut :) )ktor
is a set of modules for client
s and server
smime_types
is NOT lightweight set of MimeType
s with a lot of different objected and serializable (with Kotlin Serialization
) mime typespagination
is a complex of modules (explanation in Complex modules structure section) for lightweight paginationserialization
is a collection of projects with serializers for kotlinx.serialization
repos
is a complex of modules (explanation in Complex modules structure section) for KeyValue
/OneToMany
/CRUD
repos created to be able to exclude some heavy dependencies when you need some simple and lightweight typical repositoriesMost of complex modules are built with next hierarchy:
common
submodule for API
things which are common for all platformsexposed
submodule contains realizations for exposed tablesktor
submodule is usually unavailable directly, because it contains its own submodules for clients and servers
common
part contains routes which are common for clients and serversclient
submodule contains clients which are usually using UnifiedRequester
to make requests using routes from ktor/common
module and some internal logic of requestsserver
submodule (in most cases JVM
-only) contains some extensions for Route
instances which usually will give opportunity to proxy internet requests from ktor/client
realization to some proxy objectFAQs
It is set of projects with micro tools for avoiding of routines coding
We found that dev.inmo:micro_utils.pagination.common-js demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.