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

@usecapsule/user-management-client

Package Overview
Dependencies
Maintainers
13
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@usecapsule/user-management-client - npm Package Compare versions

Comparing version 0.16.0-dev.2 to 0.16.0-dev.3

2

client.ts

@@ -485,3 +485,3 @@ import axios, { AxiosInstance, AxiosRequestHeaders, AxiosResponseHeaders } from 'axios';

const res = await this.baseRequest.get<any>(
`/recovery/users/${userId}/wallets/${walletId}/key-shares`,
`/recovery/users/${userId}/wallets/${walletId}/key-shares?type=USER&encryptor=RECOVERY`,
);

@@ -488,0 +488,0 @@ return res;

@@ -646,3 +646,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

switch (_a.label) {
case 0: return [4 /*yield*/, this.baseRequest.get("/recovery/users/".concat(userId, "/wallets/").concat(walletId, "/key-shares"))];
case 0: return [4 /*yield*/, this.baseRequest.get("/recovery/users/".concat(userId, "/wallets/").concat(walletId, "/key-shares?type=USER&encryptor=RECOVERY"))];
case 1:

@@ -649,0 +649,0 @@ res = _a.sent();

{
"name": "@usecapsule/user-management-client",
"version": "0.16.0-dev.2",
"version": "0.16.0-dev.3",
"main": "dist/client.js",

@@ -5,0 +5,0 @@ "types": "dist/client.d.ts",

Sorry, the diff of this file is not supported yet

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