Socket
Socket
Sign inDemoInstall

@usecapsule/core-sdk

Package Overview
Dependencies
Maintainers
7
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@usecapsule/core-sdk - npm Package Compare versions

Comparing version 2.0.1-dev.0 to 2.0.1-dev.1

dist/cjs/types/popupTypes.js

1

dist/cjs/types/index.js

@@ -19,1 +19,2 @@ "use strict";

__exportStar(require("./theme.js"), exports);
__exportStar(require("./popupTypes.js"), exports);
export * from './walletTypes.js';
export * from './theme.js';
export * from './popupTypes.js';

4

dist/types/PlatformUtils.d.ts

@@ -7,2 +7,3 @@ /// <reference types="node" />

import { PregenIdentifierType } from './CoreCapsule.js';
import { PopupType } from './types/popupTypes.js';
export interface PlatformUtils {

@@ -46,5 +47,4 @@ getPrivateKey(ctx: Ctx, userId: string, walletId: string, share: string, sessionCookie: string): Promise<string>;

openPopup(popupUrl: string, opts?: {
target: string;
type: string;
type: PopupType;
}): void;
}
export * from './walletTypes.js';
export * from './theme.js';
export * from './popupTypes.js';
{
"name": "@usecapsule/core-sdk",
"version": "2.0.1-dev.0",
"version": "2.0.1-dev.1",
"main": "dist/cjs/index.js",

@@ -13,3 +13,3 @@ "module": "dist/esm/index.js",

"@noble/hashes": "^1.5.0",
"@usecapsule/user-management-client": "1.22.1-dev.0",
"@usecapsule/user-management-client": "1.22.1",
"base64url": "^3.0.1",

@@ -16,0 +16,0 @@ "buffer": "6.0.3",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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