New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@1password/connect

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@1password/connect - npm Package Versions

2

1.4.1

Diff

Changelog

Source

v1.4.1

Fixes

  • Remove unused packages from devDependencies. {#110}

Security

  • Update all dependencies and fix security vulnerabilities identified by npm audit. Credit and thanks go to @gevalo1 for this contribution. {#109}

onepassword
published 1.4.0 •

Changelog

Source

v1.4.0

Features

  • Export the OPConnect class to make it consumable for end users. Credit and thanks go to @simhnna for this contribution. {#94}
  • Add getFileContent and getFileContentStream methods to the op-connect client. {#64}
  • Add getFileById method to the op-connect client. {#63}

Security

  • Address various security vulnerabilities with package dependencies. {#89, #90, #92, #100, #102, #103, #104}

onepassword
published 1.3.0 •

Changelog

Source

v1.3.0

Features

  • Add functionality to fetch a list of the items by title containing provided string {#82}

onepassword
published 1.2.0 •

Changelog

Source

v1.2.0

Features

  • Return label property in ItemUrl object. {#66}
  • Add functionality to fetch multiple vaults {#67}
  • Add functionality to fetch single vault by title {#68}
  • Enable fetching a single vault with three separate methods: {#69}
    • getVault - get the vault based on its ID or name
    • getVaultById - get the vault with the provided ID
    • getVaultByTitle - 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.
  • Add functionality to fetch multiple items by title {#70}
  • Enable fetching a single item with three separate methods: {#71}
    • getItem - get the item based on its ID or name
    • getItemById - get the item with the provided ID
    • getItemByTitle - 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.
  • Add functionality to remove single item by title {#72, #74}
  • Enable deleting a single item with three separate methods: {#75}
    • deleteItem - delete the item based on its ID or name
    • deleteItemById - delete the item with the provided ID
    • deleteItemByTitle - 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.
  • Add functionality to fetch item's files {#76}
  • Add functionality to fetch Item's OTP {#81}

Fixes

  • Remove crypto library {#78}

onepassword
published 1.1.0 •

Changelog

Source

v1.1.0

Features

  • Field recipe now supports a set of characters that should be excluded when generating a password. This is achieved with the excludeCharacters property (requires Connect v1.4.0 or later). {#43}

Fixes

  • The SDK now works properly when used with ncc(#52)

Security

  • Add shell escaping to GitHub Action to avoid command injection. (#51)
  • Updated some dependencies of this SDK that have open security advisories. Issues found in those dependencies do not directly impact this SDK.

onepassword
published 1.0.5 •

Changelog

Source

v1.0.5

Fixes

  • The field TypeEnum.Totp now points to the correct value. {#40}

Security

  • Updated some dependencies of this SDK that have open security advisories. Issues found in those dependencies do not directly impact this SDK.

onepassword
published 1.0.4 •

Changelog

Source

v1.0.4

Fixes

  • Make the characterSets of the recipe serializable. {#37}

onepassword
published 1.0.3 •

Changelog

Source

v1.0.3

Features

  • Add test coverage report using Codecov {#27}
  • Remove setVault from ItemBuilder {#31}

Fixes

  • Fix ItemBuilder example and logging section in README {#28}
  • Fix create item example in README {#30}

Security

  • Update axios to v0.21.3 {#33}
  • Update tmpl to v1.0.5

onepassword
published 1.0.2 •

Changelog

Source

v1.0.2

Fixes

  • Remove unused code created by the openapi-generator-cli. {#25}

Security

  • Update dependencies to address Dependabot security alerts. {#24}

onepassword
published 1.0.1 •

Changelog

Source

v1.0.1

Features

  • Add support for items of type API_CREDENTIAL. (#20)
  • Add a containerized example implementation. (#17)

Fixes

  • Fix error when HTTP response object does not contain a data key. (#16)
  • Updated the README with instructions on how to install the package. (#11)
  • Unify the usage of "serverURL" and token options. (#13)
  • Replace TSLint with ESLint plugin. (#18)

2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc