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

@getalby/sdk

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getalby/sdk - npm Package Compare versions

Comparing version 3.8.1 to 3.8.2

12

dist/NWCClient.d.ts

@@ -59,2 +59,10 @@ import { Event, EventTemplate, Relay } from "nostr-tools";

unpaid?: boolean;
/**
* NOTE: non-NIP-47 spec compliant
*/
unpaid_outgoing?: boolean;
/**
* NOTE: non-NIP-47 spec compliant
*/
unpaid_incoming?: boolean;
type?: "incoming" | "outgoing";

@@ -67,2 +75,6 @@ }

type: string;
/**
* NOTE: non-NIP-47 spec compliant
*/
state: "settled" | "pending" | "failed";
invoice: string;

@@ -69,0 +81,0 @@ description: string;

2

package.json
{
"name": "@getalby/sdk",
"version": "3.8.1",
"version": "3.8.2",
"description": "The SDK to integrate with Nostr Wallet Connect and the Alby API",

@@ -5,0 +5,0 @@ "repository": "https://github.com/getAlby/js-sdk.git",

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