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

@evervault/sdk

Package Overview
Dependencies
Maintainers
5
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evervault/sdk - npm Package Versions

23
11

6.2.3

Diff

Changelog

Source

6.2.3

Patch Changes

  • dc32ede: Add axios dependency
narruc
published 6.2.2 •

Changelog

Source

6.2.2

Patch Changes

  • 945920d: Remove phin as a dependency as it is unmaintained
narruc
published 6.2.1 •

Changelog

Source

6.2.1

Patch Changes

  • 1538ebe: fix app key header name
narruc
published 6.2.0 •

Changelog

Source

6.2.0

Minor Changes

  • 1d40263: Encrypt with just app id
narruc
published 6.1.0 •

Changelog

Source

6.1.0

Minor Changes

  • 14748f9: Replace ASN.1 encoding library
  • f3db4d3: Added createEnclaveHttpsAgent to return an EnclaveAgent class which extends https.Agent to manage HTTPS connections. This Agent can be passed into HTTP clients like Axios to attest a connection to an Enclave.

Patch Changes

  • ca97124: remove unused code
narruc
published 6.0.0 •

Changelog

Source

6.0.0

Major Changes

  • 0feef7d: The Evervault Attestation Bindings have been removed as an external dependency including them instead as a plugin at runtime.

    The attestation bindings now require an explicit opt-in. For customers that do not use Evervault Enclaves, there should be no change to how you use the SDK.

    If you use Evervault Enclaves, you'll need to install the Attestation Bindings separately:

    npm i @evervault/attestation-bindings
    

    After installing the attestation bindings, you can use the existing enableEnclaves function using the bindings as the second parameter:

    const Evervault = require('@evervault/sdk');
    const attestationBindings = require('@evervault/attestation-bindings');
    
    const evervault = new Evervault('app_id', 'api_key');
    await evervault.enableEnclaves(
      {
        'my-enclave': {
          // attestation measures...
        },
      },
      attestationBindings
    );
    
narruc
published 5.1.6 •

Changelog

Source

5.1.6

Patch Changes

  • 5ffb2ba: Declare helper functions in pcrManager as consts.
narruc
published 5.1.5 •

Changelog

Source

5.1.5

Patch Changes

  • d0c277c: Correct validation of PCR data given to enableEnclaves - allow for functions to be passed as values in the map.
  • 73464ab: Make polling jobs scheduled by the SDK headless to allow processes to exit cleanly.
narruc
published 5.1.4 •

Changelog

Source

5.1.4

Patch Changes

  • e1624e0: Add enclaves hostname to attestationListener
narruc
published 5.1.3 •

Changelog

Source

5.1.3

Patch Changes

  • c3208ff: Fix bug with incorrect config being passed to PcrManager constructor
23
11
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