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

72 lines (71 loc) 4.04 kB
{ "name" : "@ideem/zsm-client-sdk", "version" : "2.8.1", "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.", "keywords" : [ "ideem", "zsm", "zsm-client-sdk", "umfaclient", "fido2client", "library", "umfa", "fido", "fido2", "client", "javascript", "multifactor", "multi-factor", "webauthn", "authentication", "security", "cryptography", "mpc", "fips", "nist", "mip", "passkeys" ], "author" : "Jason Jurusz <jj@useideem.com>", "type" : "module", "main" : "./ZSMClientSDK.js", "exports" : { "." : "./ZSMClientSDK.js", "./*" : "./*.js", "./*.js" : "./*.js" }, "scripts" : { "start" : "echo 'This is the Ideem SDK library, not a freestanding application. There is no start script defined. To use, import the library into a browser application.' 1>&2", "showVersion" : "echo \"$(npm pkg get name | tr -d \\\") current version: $(npm pkg get version | tr -d \\\")\"" }, "collaborators" : ["Brian Koziel <brian@useideem.com>", "Todd Decker <todd@useideem.com>","Joel Teply <joel@useideem.com>"], "license" : "LicenseRef-Ideem", "repository" : { "type" : "git", "url" : "git+https://github.com/useideem/vHSM.git" }, "homepage" : "https://useideem.com", "bugs" : "https://github.com/useideem/vHSM/issues", "files" : [ "./shims/", "./CHANGELOG.md", "./LICENSE", "./README.md", "./encodeUserIdentifier.js", "./ErrorHandler.js", "./EventCoordinator.js", "./FIDO2Client.js", "./FIDO2ClientBase.js", "./GlobalScoping.js", "./IdentityIndexing.js", "./PKPUtils.js", "./PasskeysPlusClient.js", "./PluginManager.js", "./RelyingParty.js", "./RelyingPartyBase.js", "./UMFAClient.js", "./UMFAClientBase.js", "./Utils.js", "./WASMRustInterface.js", "./WebAuthnClient.js", "./WebAuthnClientBase.js", "./ZSMClientSDK.js" ], "sideEffects" : [ "./encodeUserIdentifier.js", "./EventCoordinator.js", "./FIDO2Client.js", "./FIDO2ClientBase.js", "./GlobalScoping.js", "./IdentityIndexing.js", "./PKPUtils.js", "./PasskeysPlusClient.js", "./PluginManager.js", "./RelyingParty.js", "./RelyingPartyBase.js", "./UMFAClient.js", "./UMFAClientBase.js", "./Utils.js", "./WASMRustInterface.js", "./WebAuthnClient.js", "./WebAuthnClientBase.js", "./ZSMClientSDK.js" ] }