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

@evervault/sdk

Package Overview
Dependencies
Maintainers
4
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evervault/sdk - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

9

index.js

@@ -234,5 +234,10 @@ /** @format */

.then((res) => res.json())
.then(({ accessToken }) => accessToken)
.then(({ accessToken }) => {
if (!accessToken) {
throw new Error('Unable to retrive access token');
}
return accessToken
})
.catch((err) => {
throw err;
throw new Error('Unable to retrieve refresh token', err);
});

@@ -239,0 +244,0 @@ },

{
"name": "@evervault/sdk",
"version": "0.2.2",
"version": "0.2.3",
"description": "evervault Browser SDK",

@@ -5,0 +5,0 @@ "repository": {

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