Socket
Socket
Sign inDemoInstall

xumm-sdk

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xumm-sdk - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

10

dist/src/types/xApp/xAppOttData.d.ts

@@ -12,2 +12,11 @@ import type { AnyJson } from '../';

}
export interface xAppAccountInfo extends AnyJson {
account: string;
name?: string;
domain?: string;
blocked: boolean;
source: string;
kycApproved: boolean;
proSubscription: boolean;
}
export interface xAppOttData extends AnyJson {

@@ -23,4 +32,5 @@ locale?: string;

user_device?: xAppUserDeviceData;
account_info: xAppAccountInfo;
nodetype?: string;
currency?: string;
}

2

package.json
{
"name": "xumm-sdk",
"version": "1.0.2",
"version": "1.0.3",
"description": "Interact with the Xumm Developer API",

@@ -5,0 +5,0 @@ "main": "dist/src/index.js",

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