
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
@sovrahq/kms-client-mobile
Advanced tools
@quarkid/kms-client-mobile es una versión optimizada del KMS Client para entornos móviles (React Native, Capacitor, Expo). Provee las mismas capacidades de gestión de claves que @quarkid/kms-client pero con un subset de suites criptográficas optimizadas para dispositivos móviles.
Soporta ES256k, DIDComm y BBS+ pero excluye algunas suites que requieren dependencias nativas pesadas o incompatibles con mobile.
npm install @quarkid/kms-client-mobile
yarn add @quarkid/kms-client-mobile
pnpm add @quarkid/kms-client-mobile
⚠️ Nota: Diseñado para React Native y entornos móviles. Puede requerir polyfills de Node.js.
La API es similar a @quarkid/kms-client pero optimizada para mobile:
| Export | Descripción |
|---|---|
KMSClientMobile | Cliente KMS para entornos móviles |
Diferencias con @quarkid/kms-client:
DIDCommV2 (requiere dependencias pesadas)RSA (no común en mobile SSI)Configuración similar a @quarkid/kms-client:
const kms = new KMSClientMobile({
lang: LANG.es,
storage: secureStorageInstance, // Usar AsyncStorage o SecureStore
didResolver: (did) => resolver.resolve(did),
mobile: true
});
@types/node": "^14.17.6")⚠️ Nota: Requiere polyfills para crypto y buffer en React Native.
1.0.2npm run build antes de publicardist/src/index.js (CommonJS)ISC
⚠️ Nota: Licencia diferente al resto del monorepo. Por confirmar si debe ser Apache-2.0.
Mantenido por: QuarkID Team
Repositorio: https://github.com/ssi-quarkid/Paquetes-NPMjs/tree/main
FAQs
## Descripción
The npm package @sovrahq/kms-client-mobile receives a total of 60 weekly downloads. As such, @sovrahq/kms-client-mobile popularity was classified as not popular.
We found that @sovrahq/kms-client-mobile demonstrated a healthy version release cadence and project activity because the last version was released less than 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
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.