UNPKG

@ideem/zsm-client-sdk

Version:

ZSM makes 2FA easy and invisible for everyone, all the time, using advanced cryptography like MPC to establish cryptographic proof of the origin of any transaction or login attempt, while eliminating opportunities for social engineering. ZSM has no relian

55 lines (54 loc) 1.91 kB
{ "name": "@ideem/zsm-client-sdk", "version": "2.3.0", "description": "ZSM makes 2FA easy and invisible for everyone, all the time, using advanced cryptography like MPC to establish cryptographic proof of the origin of any transaction or login attempt, while eliminating opportunities for social engineering. ZSM has no reliance on specific hardware. Our cryptographic module has completed FIPS 140-3 NIST approved lab testing, is FIDO2-ready, and is on the Modules In Progress (MIP) list. Superior Usability. no opt-in, no codes, no downloads, no authenticator apps. Better Security.", "author": "@JJ (Jason Jurusz) <jj@useideem.com>/<nerdy.deeds@done.cheap>", "keywords": [ "ideem", "zsm", "zsm-client-sdk", "UMFAClient", "FIDO2Client", "library", "UMFA", "FIDO2", "client", "authentication", "javascript", "multi-factor", "webauthn", "authentication", "security" ], "scripts": { "start": "echo 'This is a library, not an application. No start script defined. To use, import the library.'", "inc": "npm version patch && cd ..; sleep 1; npm pack ./pkg_files" }, "collaborators": [ "Joel Teply <joel@useideem.com>", "Todd Decker <todd@useideem.com>", "Brian Koziel <brian@useideem.com>", "@JJ <jj@useideem.com>" ], "license": "SEE LICENSE IN LICENSE", "repository": { "type": "git", "url": "github:useideem/vHSM" }, "homepage": "http://useideem.com", "bugs": "https://github.com/useideem/vHSM/issues", "files": [ "worker.js", "ZSMClientSDK.js", "RELEASE_NOTES.txt", "LICENSE", "README.md" ], "engines": { "node": ">=12.0.0" }, "sideEffects": [ "worker.js", "ZSMClientSDK.js" ] }