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

nostr-tools

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nostr-tools - npm Package Compare versions

Comparing version 2.8.0 to 2.8.1

lib/cjs/nip59.js

2

lib/cjs/kinds.js

@@ -148,2 +148,3 @@ "use strict";

var OpenTimestamps = 1040;
var GiftWrap = 1059;
var FileMetadata = 1063;

@@ -174,3 +175,2 @@ var LiveChatMessage = 1311;

var DirectMessageRelaysList = 10050;
var GiftWrap = 10059;
var FileServerPreference = 10096;

@@ -177,0 +177,0 @@ var NWCWalletInfo = 13194;

@@ -43,2 +43,3 @@ // kinds.ts

var OpenTimestamps = 1040;
var GiftWrap = 1059;
var FileMetadata = 1063;

@@ -69,3 +70,2 @@ var LiveChatMessage = 1311;

var DirectMessageRelaysList = 10050;
var GiftWrap = 10059;
var FileServerPreference = 10096;

@@ -72,0 +72,0 @@ var NWCWalletInfo = 13194;

@@ -40,3 +40,5 @@ import type { Event, EventTemplate, VerifiedEvent, Nostr } from './core.ts';

}): Promise<number>;
subscribe(filters: Filter[], params: Partial<SubscriptionParams>): Subscription;
subscribe(filters: Filter[], params: Partial<SubscriptionParams> & {
id?: string;
}): Subscription;
prepareSubscription(filters: Filter[], params: Partial<SubscriptionParams> & {

@@ -43,0 +45,0 @@ id?: string;

@@ -23,2 +23,3 @@ export * from './pure.ts';

export * as nip57 from './nip57.ts';
export * as nip59 from './nip59.ts';
export * as nip98 from './nip98.ts';

@@ -25,0 +26,0 @@ export * as kinds from './kinds.ts';

@@ -31,2 +31,3 @@ /** Events are **regular**, which means they're all expected to be stored by relays. */

export declare const OpenTimestamps = 1040;
export declare const GiftWrap = 1059;
export declare const FileMetadata = 1063;

@@ -57,3 +58,2 @@ export declare const LiveChatMessage = 1311;

export declare const DirectMessageRelaysList = 10050;
export declare const GiftWrap = 10059;
export declare const FileServerPreference = 10096;

@@ -60,0 +60,0 @@ export declare const NWCWalletInfo = 13194;

{
"type": "module",
"name": "nostr-tools",
"version": "2.8.0",
"version": "2.8.1",
"description": "Tools for making a Nostr client.",

@@ -176,2 +176,7 @@ "repository": {

},
"./nip59": {
"import": "./lib/esm/nip59.js",
"require": "./lib/cjs/nip59.js",
"types": "./lib/types/nip59.d.ts"
},
"./nip58": {

@@ -178,0 +183,0 @@ "import": "./lib/esm/nip58.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

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