aaguids 0.0.45 → 0.0.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/aaguids.json +5 -1
  2. package/package.json +1 -1
package/aaguids.json CHANGED
@@ -53,7 +53,7 @@
53
53
  "d91c5288-0ef0-49b7-b8ae-21ca0aa6b3f3": "KEY-ID FIDO2 Authenticator",
54
54
  "8eec9bf9-486c-46da-9a67-1fbb4f66b9ed": "HID Crescendo 4000 FIPS",
55
55
  "4c50ff10-1057-4fc6-b8ed-43a529530c3c": "ImproveID Authenticator",
56
- "c611b55c-77b2-4527-8082-590e931b2f08": "Idem Key (Consumer profile)",
56
+ "c611b55c-77b2-4527-8082-590e931b2f08": "GoTrust Idem Key (Consumer profile)",
57
57
  "ee041bce-25e5-4cdb-8f86-897fd6418464": "Feitian ePass FIDO2-NFC Authenticator",
58
58
  "4b89f401-464e-4745-a520-486ddfc5d80e": "IIST FIDO2 Authenticator",
59
59
  "2cd2f727-f6ca-44da-8f48-5c2e5da000a2": "Nitrokey 3 AM",
@@ -176,6 +176,7 @@
176
176
  "146e77ef-11eb-4423-b847-ce77864e9411": "eToken Fusion NFC PIV",
177
177
  "13ac47cf-1d78-4fd5-9060-aedaabacf826": "HID Crescendo Key V3 - Enterprise Edition",
178
178
  "e77e3c64-05e3-428b-8824-0cbeb04b829d": "Security Key NFC by Yubico",
179
+ "33d6d7d0-279f-4ef3-96b3-2d3282f4bde6": "Thales eToken Fusion BIO Enterprise",
179
180
  "8d4378b0-725d-4432-b3c2-01fcdaf46286": "VeridiumID Passkey Android SDK",
180
181
  "7409272d-1ff9-4e10-9fc9-ac0019c124fd": "YubiKey Bio Series - FIDO Edition",
181
182
  "bb66c294-de08-47e4-b7aa-d12c2cd3fb20": "Mettlesemi Vishwaas Hawk Authenticator using FIDO2",
@@ -255,6 +256,7 @@
255
256
  "8c97a730-3f7b-41a6-87d6-1e9b62bda6f0": "FT-JCOS FIDO Fingerprint Card",
256
257
  "99bf4610-ec26-4252-b31f-7380ccd59db5": "ZTPass SmartAuth",
257
258
  "a1f52be5-dfab-4364-b51c-2bd496b14a56": "OCTATCO EzFinger2 FIDO2 AUTHENTICATOR",
259
+ "0f00cc22-4640-41e7-9585-384ec73ffe9b": "Taglio CTAP2.1 BIO",
258
260
  "ff4dac45-ede8-4ec2-aced-cf66103f4335": "YubiKey 5 Series",
259
261
  "ba86dc56-635f-4141-aef6-00227b1b9af6": "TruU Windows Authenticator",
260
262
  "3e078ffd-4c54-4586-8baa-a77da113aec5": "Hideez Key 3 FIDO2",
@@ -264,6 +266,7 @@
264
266
  "bb878d7b-cf54-4784-b390-357030497043": "TruU FIDO2 Authenticator",
265
267
  "d41f5a69-b817-4144-a13c-9ebd6d9254d6": "ATKey.Card CTAP2.0",
266
268
  "e86addcd-7711-47e5-b42a-c18257b0bf61": "IDCore 3121 Fido",
269
+ "b113a455-cfb6-4c17-8cba-cd952feb7d48": "eToken FIDO NFC",
267
270
  "95442b2e-f15e-4def-b270-efb106facb4e": "eWBM eFA310 FIDO2 Authenticator",
268
271
  "dda9aa35-aaf1-4d3c-b6db-7902fd7dbbbf": "IDEMIA SOLVO Fly 80 R3 FIDO Card c",
269
272
  "cdbdaea2-c415-5073-50f7-c04e968640b6": "Excelsecu eSecu FIDO2 Security Key",
@@ -271,6 +274,7 @@
271
274
  "bc2fe499-0d8e-4ffe-96f3-94a82840cf8c": "OCTATCO EzQuant FIDO2 AUTHENTICATOR",
272
275
  "eb3b131e-59dc-536a-d176-cb7306da10f5": "ellipticSecure MIRkey USB Authenticator",
273
276
  "3fd410dc-8ab7-4b86-a1cb-c7174620b2dc": "IDEMIA SOLVO Fly 80 R1 FIDO Card Draft",
277
+ "a6c5f5d8-2ad0-48b6-8257-e502c8970931": "eToken FIDO NFC Enterprise",
274
278
  "e400ef8c-711d-4692-af46-7f2cf7da23ad": "Swissbit iShield Key 2 Enterprise",
275
279
  "1c086528-58d5-f211-823c-356786e36140": "Atos CardOS FIDO2",
276
280
  "77010bd7-212a-4fc9-b236-d2ca5e9d4084": "Feitian BioPass FIDO2 Authenticator",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aaguids",
3
- "version": "0.0.45",
3
+ "version": "0.0.46",
4
4
  "description": "Maps AAGUIDs to display names.",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",