aaguids 0.0.63 → 0.0.65

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 +4 -1
  2. package/package.json +1 -1
package/aaguids.json CHANGED
@@ -205,6 +205,7 @@
205
205
  "ba0a9266-40d8-4048-9786-d710b5474752": "YubiKey Bio Multi-protocol Edition (Consumer Profile)",
206
206
  "3e9db280-256a-4e17-b08e-19d79e9be166": "SECORA ID V2 by Infineon Pay Edition",
207
207
  "a7fc3f84-86a3-4da4-a3d7-eb6485a066d8": "NEOWAVE Badgeo FIDO2 (CTAP 2.1)",
208
+ "8791f7dc-418b-4510-bbf5-3baf30715324": "Virtual FIDO2 authenticator for Linux-based systems",
208
209
  "1f8e43df-71ff-e11d-bea3-c4ee7003b232": "Thetis Pro FIDO2 Key",
209
210
  "3ec9c8d3-a5a7-415b-a7b5-f1d606368d3f": "YubiKey 5 CCN Series with NFC (Enterprise Profile)",
210
211
  "9e66c661-e428-452a-a8fb-51f7ed088acf": "YubiKey 5 FIPS Series with Lightning (RC Preview)",
@@ -315,6 +316,7 @@
315
316
  "bb878d7b-cf54-4784-b390-357030497043": "TruU FIDO2 Authenticator",
316
317
  "d41f5a69-b817-4144-a13c-9ebd6d9254d6": "ATKey.Card CTAP2.0",
317
318
  "e86addcd-7711-47e5-b42a-c18257b0bf61": "IDCore 3121 Fido",
319
+ "39502df1-646d-4e31-81a1-2ef68b324678": "USB GoldKey Security Token",
318
320
  "8108bdcd-8483-46b3-b3ce-359f8190325e": "SECORA ID V2 by Infineon Enterprise Edition",
319
321
  "b113a455-cfb6-4c17-8cba-cd952feb7d48": "eToken FIDO NFC",
320
322
  "95442b2e-f15e-4def-b270-efb106facb4e": "eWBM eFA310 FIDO2 Authenticator",
@@ -382,5 +384,6 @@
382
384
  "45e3057e-b2f9-48ed-912f-9b901e153b16": "Uniqkey",
383
385
  "87f5ec51-f721-4feb-9fe4-be18c4971894": "PassCard",
384
386
  "477b05cd-7f78-4fe7-b629-27247f296138": "WALLIX Vault",
385
- "53e7a7a5-e75f-4d3d-9483-12fc779cdf23": "Password Depot"
387
+ "53e7a7a5-e75f-4d3d-9483-12fc779cdf23": "Password Depot",
388
+ "cb6f6666-38ea-4873-9161-ff456a82d316": "iPass Secure Auth"
386
389
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aaguids",
3
- "version": "0.0.63",
3
+ "version": "0.0.65",
4
4
  "description": "Maps AAGUIDs to display names.",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",