@1password/connect
Advanced tools
Changelog
v1.4.1
npm audit
. Credit and thanks go to @gevalo1 for this contribution. {#109}Changelog
v1.4.0
OPConnect
class to make it consumable for end users. Credit and thanks go to @simhnna for this contribution. {#94}getFileContent
and getFileContentStream
methods to the op-connect client. {#64}getFileById
method to the op-connect client. {#63}Changelog
v1.3.0
Changelog
v1.2.0
label
property in ItemUrl object. {#66}getVault
- get the vault based on its ID or namegetVaultById
- get the vault with the provided IDgetVaultByTitle
- get the vault with the provided title. Note: The title has to be unique. If multiple vaults have the same title, consider getting the vault by its ID instead.getItem
- get the item based on its ID or namegetItemById
- get the item with the provided IDgetItemByTitle
- get the item with the provided title. Note: The title has to be unique. If multiple items have the same title, consider getting the item by its ID instead.deleteItem
- delete the item based on its ID or namedeleteItemById
- delete the item with the provided IDdeleteItemByTitle
- delete the item with the provided title. Note: The title has to be unique. If multiple items have the same title, consider deleting the item by its ID instead.crypto
library {#78}Changelog
v1.1.0
excludeCharacters
property (requires Connect v1.4.0
or later). {#43}Changelog
v1.0.5
TypeEnum.Totp
now points to the correct value. {#40}Changelog
v1.0.4
characterSets
of the recipe serializable. {#37}Changelog
v1.0.3
setVault
from ItemBuilder {#31}Changelog
v1.0.2
Changelog
v1.0.1
API_CREDENTIAL
. (#20)data
key. (#16)