Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@litehex/node-vault

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@litehex/node-vault - npm Package Versions

23

1.0.0

Diff

Changelog

Source

1.0.0

Major Changes

  • 3775bf3: Fix: Using the environment's global fetch API instead of undici.

    This change makes this library more compatible with JavaScript runtimes that do not support Node.js modules. If you want to use undici again, use the Custom Fetcher feature.

  • f922ba9: BREAKING: The responses of commands are wrapped in a record with type of SafeReturn<T, VaultError>.

    This record contains two properties:

    • data: The data property for successful responses. The value depends on the command.
    • error: The error property for error responses. The type is VaultError, which is a subclass of Error.

    Read Migration guide for more details on how to use it.

  • e2f73e7: Fix: Switched license from GPL-3.0 to MIT, to make the project more open and permissive.

shahradelahi
published 1.0.0-canary.0 •

shahradelahi
published 0.2.5 •

Changelog

Source

0.2.5

Patch Changes

  • 9f41e99: fix: the fetcher parameter was not being assigned to the client
shahradelahi
published 0.2.4 •

Changelog

Source

0.2.4

Patch Changes

  • 2a24739: fix: type issues with default write command
  • 3bb7c15: fix: the bug where the args for aws.stsCredentials were not being sent
shahradelahi
published 0.2.3 •

Changelog

Source

0.2.3

Patch Changes

  • 90d185e: feat: Capability to generate AWS credentials for STS path
shahradelahi
published 0.2.2 •

shahradelahi
published 0.2.1 •

shahradelahi
published 0.2.0 •

shahradelahi
published 0.2.0-canary.2 •

shahradelahi
published 0.2.0-canary.1 •

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