Socket
Socket
Sign inDemoInstall

@webbtc/webln-types

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webbtc/webln-types - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

2

package.json
{
"name": "@webbtc/webln-types",
"description": "Type definitions for WebLN",
"version": "1.0.13",
"version": "1.0.14",
"types": "types/index.d.ts",

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

@@ -274,4 +274,4 @@ // Workaround for code completion to account for values this library doesn't know about yet.

verifyMessage(signature: string, message: string): Promise<void>;
on?(eventName: string, listener: () => void): this;
off?(eventName: string, listener: () => void): this;
on?(eventName: string, listener: () => void): void;
off?(eventName: string, listener: () => void): void;
}

@@ -278,0 +278,0 @@

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